feat(tracker): add thin line separating the controls from the tracker

This commit is contained in:
vsariola
2021-01-09 22:54:32 +02:00
parent 6bdd212336
commit 41cd1d21f6
2 changed files with 6 additions and 2 deletions

View File

@ -46,6 +46,8 @@ var backgroundColor = color.RGBA{R: 18, G: 18, B: 18, A: 255}
var labelFont = fontCollection[6].Font
var labelFontSize = unit.Px(18)
var separatorLineColor = color.RGBA{R: 97, G: 97, B: 97, A: 97}
var activeTrackColor = focusedContainerColor
var trackSurfaceColor = color.RGBA{R: 18, G: 18, B: 18, A: 18}