Skip to content

Commit

Permalink
chore(choose): wipe base theme
Browse files Browse the repository at this point in the history
Co-authored-by: Maas Lalani <maas@lalani.dev>
  • Loading branch information
meowgorithm and maaslalani committed May 31, 2024
1 parent 2f28a02 commit f0bafaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choose/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (o Options) Run() error {
theme := huh.ThemeCharm()
options := huh.NewOptions(o.Options...)

theme.Focused.Base = theme.Focused.Base.BorderLeft(false).UnsetPaddingLeft()
theme.Focused.Base = lipgloss.NewStyle()
theme.Focused.Title = o.HeaderStyle.ToLipgloss()
theme.Focused.SelectSelector = o.CursorStyle.ToLipgloss().SetString(o.Cursor)
theme.Focused.MultiSelectSelector = o.CursorStyle.ToLipgloss().SetString(o.Cursor)
Expand Down

0 comments on commit f0bafaf

Please sign in to comment.