We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0b667 commit 2c51483Copy full SHA for 2c51483
1 file changed
internal/style/theme.go
@@ -137,8 +137,8 @@ func ThemePlain() huh.Theme {
137
t.Focused.SelectedPrefix = lipgloss.NewStyle().SetString("[x] ")
138
t.Focused.UnselectedOption = lipgloss.NewStyle()
139
t.Focused.UnselectedPrefix = lipgloss.NewStyle().SetString("[ ] ")
140
- t.Focused.FocusedButton = lipgloss.NewStyle().Padding(0, 2).MarginRight(1).Bold(true).Underline(true)
141
- t.Focused.BlurredButton = lipgloss.NewStyle().Padding(0, 2).MarginRight(1)
+ t.Focused.FocusedButton = lipgloss.NewStyle().SetString(" >").PaddingRight(3)
+ t.Focused.BlurredButton = lipgloss.NewStyle().SetString(" ").PaddingRight(3)
142
t.Focused.TextInput.Cursor = lipgloss.NewStyle()
143
t.Focused.TextInput.Prompt = lipgloss.NewStyle()
144
t.Focused.TextInput.Placeholder = lipgloss.NewStyle()
0 commit comments