From 9de06722bbeccd38c70e4f7d5ebbad2171888d54 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Fri, 29 Mar 2019 14:42:07 -0700 Subject: [PATCH] :bowtie: adjust the buylb size --- src/Nri/Ui/BannerAlert/V3.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nri/Ui/BannerAlert/V3.elm b/src/Nri/Ui/BannerAlert/V3.elm index 60c49019..74843a36 100644 --- a/src/Nri/Ui/BannerAlert/V3.elm +++ b/src/Nri/Ui/BannerAlert/V3.elm @@ -40,7 +40,7 @@ neutral = , color = Colors.navy , icon = { backgroundColor = Colors.navy - , height = Css.px 50 + , height = Css.px 32 , asset = bulb } }