Skip to content

Commit

Permalink
fix: no items
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 18, 2024
1 parent 6eba26a commit 84b52a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion list/style.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ func DefaultStyles() (s Styles) {
s.StatusBarFilterCount = lipgloss.NewStyle().Foreground(verySubduedColor)

s.NoItems = lipgloss.NewStyle().
Foreground(lipgloss.AdaptiveColor{Light: "#909090", Dark: "#626262"})
Foreground(lipgloss.AdaptiveColor{Light: "#909090", Dark: "#626262"}).
SetString("No items.")

s.ArabicPagination = lipgloss.NewStyle().Foreground(subduedColor)

Expand Down

0 comments on commit 84b52a7

Please sign in to comment.