mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 11:11:38 +03:00
🎨 avoid overwriting themes
This commit is contained in:
parent
24f8d71c24
commit
de58de8734
@ -143,16 +143,16 @@ squareLabelStyles assets model colorTheme =
|
||||
, verticalAlign middle
|
||||
|
||||
-- Text
|
||||
, color Colors.gray20
|
||||
, Fonts.baseFont
|
||||
, fontSize (px 16)
|
||||
, Css.batch <|
|
||||
-- If this is the only difference, is it worth having a color theme at all??
|
||||
case colorTheme of
|
||||
Gray ->
|
||||
[ color Colors.gray45 ]
|
||||
|
||||
Default ->
|
||||
[]
|
||||
[ color Colors.gray20 ]
|
||||
|
||||
-- Focus & Hover
|
||||
, outline none
|
||||
|
Loading…
Reference in New Issue
Block a user