Skip to content

Commit

Permalink
Update padding for selected item so that all item names line up toget…
Browse files Browse the repository at this point in the history
…her at all times
  • Loading branch information
arunsathiya committed Sep 21, 2023
1 parent 0d5f36f commit f08c41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/styles/styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func DefaultStyles() (s Styles) {
Foreground(lipgloss.AdaptiveColor{Light: "#A49FA5", Dark: "#777777"})

s.SelectedTitle = lipgloss.NewStyle().
PaddingLeft(2).
PaddingLeft(1).
Foreground(lipgloss.AdaptiveColor{Light: "#EE6FF8", Dark: "#EE6FF8"})

s.SelectedDesc = lipgloss.NewStyle().
Expand Down

0 comments on commit f08c41d

Please sign in to comment.