Fix font color for the error

This commit is contained in:
Tessa Kelly 2018-08-15 16:31:10 -07:00
parent 3f493c69df
commit 476e079990

View File

@ -31,7 +31,7 @@ error assets content =
alert
[ iconContainer [ Css.color Colors.purple ]
(Icon.decorativeIcon (Icon.exclamation assets))
, viewAlertContent Colors.purple content
, viewAlertContent Colors.purpleDark content
]