Skip to content

Commit

Permalink
Add better highlight for selected row #2
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran committed Oct 11, 2022
1 parent af0701a commit 402f2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func NewUI() *UI {
routineList.Rows = []string{}
routineList.TextStyle.Fg = termui.ColorGreen
routineList.SelectedRowStyle.Fg = termui.ColorWhite
routineList.SelectedRowStyle.Bg = termui.ColorGreen

details := widgets.NewParagraph()
details.PaddingTop = padding
Expand Down

0 comments on commit 402f2b9

Please sign in to comment.