diff --git a/src/Nri/Ui/Alert/V4.elm b/src/Nri/Ui/Alert/V4.elm index d5081d42..78fa5808 100644 --- a/src/Nri/Ui/Alert/V4.elm +++ b/src/Nri/Ui/Alert/V4.elm @@ -33,7 +33,7 @@ error : String -> Html msg error content = alert [ exclamation Colors.purple - , viewAlertContent Colors.purpleDark content + , viewAlertContent Colors.purple content ]