By default, prevent any shrinkage of svgs

This commit is contained in:
Tessa Kelly 2022-07-08 18:38:30 -07:00
parent 92bbd369e0
commit 3ba4cf51f6

View File

@ -44,7 +44,7 @@ init viewBox icon =
, color = Nothing , color = Nothing
, height = Nothing , height = Nothing
, width = Nothing , width = Nothing
, css = [] , css = [ Css.flexShrink Css.zero ]
, label = Nothing , label = Nothing
, viewBox = viewBox , viewBox = viewBox
, attributes = [] , attributes = []