From 5a43d7ef67128631549e57292a14fa9421b4fe94 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Wed, 15 Aug 2018 16:32:39 -0700 Subject: [PATCH] Add Muli style --- src/Nri/Ui/Alert/V2.elm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Nri/Ui/Alert/V2.elm b/src/Nri/Ui/Alert/V2.elm index 980efcbc..1e9775fc 100644 --- a/src/Nri/Ui/Alert/V2.elm +++ b/src/Nri/Ui/Alert/V2.elm @@ -22,6 +22,7 @@ import Html.Styled exposing (fromUnstyled) import Html.Styled.Attributes exposing (css) import Markdown import Nri.Ui.Colors.V1 as Colors +import Nri.Ui.Fonts.V1 as Fonts import Nri.Ui.Icon.V3 as Icon @@ -112,6 +113,7 @@ viewAlertContent color content = Html.div [ css [ Css.color color + , Fonts.baseFont , Css.fontSize (Css.px 13) , Css.lineHeight (Css.num 1.2) , Css.listStyleType Css.none