mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-04 20:26:08 +00:00
fix: no items
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user