diff --git a/src/Nri/Ui/Alert/V2.elm b/src/Nri/Ui/Alert/V2.elm index 4830eb78..980efcbc 100644 --- a/src/Nri/Ui/Alert/V2.elm +++ b/src/Nri/Ui/Alert/V2.elm @@ -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 ]