mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-14 03:48:13 +03:00
:bowtie: perfect the fonts
This commit is contained in:
parent
9b63a29c3d
commit
906c29e34e
@ -341,6 +341,7 @@ button attributes title =
|
||||
[ Button.tertiary
|
||||
, Button.css
|
||||
[ Css.color Colors.gray20 |> Css.important
|
||||
, Css.fontWeight (Css.int 600)
|
||||
, Css.hover [ Css.backgroundColor Colors.white ]
|
||||
]
|
||||
, Button.custom buttonAttributes
|
||||
@ -357,7 +358,8 @@ button attributes title =
|
||||
|
||||
else
|
||||
ClickableText.button title
|
||||
[ ClickableText.css [ Css.color Colors.gray20 |> Css.important ]
|
||||
[ ClickableText.small
|
||||
, ClickableText.css [ Css.color Colors.gray20 |> Css.important ]
|
||||
, ClickableText.custom buttonAttributes
|
||||
, Maybe.map (Svg.withColor Colors.azure >> ClickableText.icon) buttonConfig.icon
|
||||
|> Maybe.withDefault (ClickableText.css [])
|
||||
|
Loading…
Reference in New Issue
Block a user