remove padding, add colors and bolding

This commit is contained in:
Brian Hicks 2020-12-10 14:32:48 -06:00
parent a38dc98d16
commit 5a5d6265c9

View File

@ -119,7 +119,11 @@ view attrs isOn =
, case config.label of
Just label_ ->
Html.span
[ Attributes.css [ Css.paddingLeft (Css.px 5) ] ]
[ Attributes.css
[ Css.fontWeight (Css.int 600)
, Css.color Colors.navy
]
]
[ label_ ]
Nothing ->