fix(tui): editor spinner colors

This commit is contained in:
adamdottv
2025-06-26 12:21:15 -05:00
parent dd9d55f07a
commit c05b3e86fd
@@ -341,7 +341,7 @@ func createSpinner() spinner.Model {
spinner.WithSpinner(spinner.Ellipsis), spinner.WithSpinner(spinner.Ellipsis),
spinner.WithStyle( spinner.WithStyle(
styles.NewStyle(). styles.NewStyle().
Foreground(t.Background()). Background(t.Background()).
Foreground(t.TextMuted()). Foreground(t.TextMuted()).
Width(3). Width(3).
Lipgloss(), Lipgloss(),