mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
Fix the alert icon -- should be white on a purple circle
This commit is contained in:
parent
777587bc31
commit
ab0230c0c5
@ -33,8 +33,9 @@ error : String -> Html msg
|
||||
error content =
|
||||
alert
|
||||
[ iconContainer
|
||||
[ Css.color Colors.purple
|
||||
, Css.height (Css.px 20)
|
||||
[ Css.color Colors.white
|
||||
, Css.backgroundColor Colors.purple
|
||||
, Css.Global.children [ Css.Global.svg [ Css.maxHeight (Css.px 13) ] ]
|
||||
]
|
||||
(NriSvg.toHtml exclamationMark)
|
||||
, viewAlertContent Colors.purpleDark content
|
||||
|
Loading…
Reference in New Issue
Block a user