fix(tui): editor spinner colors

This commit is contained in:
adamdottv
2025-06-26 17:21:53 -04:00
committed by Jay V
parent 008af18156
commit dfb8777555
@@ -341,7 +341,7 @@ func createSpinner() spinner.Model {
spinner.WithSpinner(spinner.Ellipsis),
spinner.WithStyle(
styles.NewStyle().
Foreground(t.Background()).
Background(t.Background()).
Foreground(t.TextMuted()).
Width(3).
Lipgloss(),