Skip to content

Commit ce6a779

Browse files
committed
minor style fix
1 parent d098bb7 commit ce6a779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tui/styles/app-styles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
var (
8-
footerNameStyle = lipgloss.NewStyle().Bold(true)
8+
footerNameStyle = lipgloss.NewStyle().Bold(true).Background(footerNameBG)
99
footerNameBGStyle = lipgloss.NewStyle().Background(footerNameBG).Padding(0, 3, 0)
1010
FooterSegmentStyle = lipgloss.NewStyle().Background(footerSegmentBG).PaddingLeft(2).Foreground(footerSegmentFG)
1111
FooterVersionStyle = lipgloss.NewStyle().Background(footerSegmentBG).AlignHorizontal(lipgloss.Right).PaddingRight(2).Foreground(footerSegmentFG)

0 commit comments

Comments
 (0)