mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-06 05:39:12 +03:00
remove padding, add colors and bolding
This commit is contained in:
parent
a38dc98d16
commit
5a5d6265c9
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user