diff --git a/ui/styles/styles.go b/ui/styles/styles.go index 182b75f202c10b4b9c3ad7f46659ac7dc2987f3f..9416d125e436055aebc09bf61b7d6c03f861572e 100644 --- a/ui/styles/styles.go +++ b/ui/styles/styles.go @@ -23,17 +23,17 @@ type Styles struct { RepoSelector struct { Normal struct { - Base, - Title, - Desc, - Command, + Base lipgloss.Style + Title lipgloss.Style + Desc lipgloss.Style + Command lipgloss.Style Updated lipgloss.Style } Active struct { - Base, - Title, - Desc, - Command, + Base lipgloss.Style + Title lipgloss.Style + Desc lipgloss.Style + Command lipgloss.Style Updated lipgloss.Style } }