We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d098bb7 commit ce6a779Copy full SHA for ce6a779
1 file changed
internal/tui/styles/app-styles.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
var (
8
- footerNameStyle = lipgloss.NewStyle().Bold(true)
+ footerNameStyle = lipgloss.NewStyle().Bold(true).Background(footerNameBG)
9
footerNameBGStyle = lipgloss.NewStyle().Background(footerNameBG).Padding(0, 3, 0)
10
FooterSegmentStyle = lipgloss.NewStyle().Background(footerSegmentBG).PaddingLeft(2).Foreground(footerSegmentFG)
11
FooterVersionStyle = lipgloss.NewStyle().Background(footerSegmentBG).AlignHorizontal(lipgloss.Right).PaddingRight(2).Foreground(footerSegmentFG)
0 commit comments