Change the alert color to purple

This commit is contained in:
Tessa Kelly 2019-04-17 13:30:23 -07:00
parent c3bf5b9a61
commit 2ee4afd05a

View File

@ -33,7 +33,7 @@ error : String -> Html msg
error content =
alert
[ exclamation Colors.purple
, viewAlertContent Colors.purpleDark content
, viewAlertContent Colors.purple content
]