Set the width of the element

This commit is contained in:
Tessa Kelly 2020-04-02 11:50:31 -07:00
parent 20cc19c649
commit 4c07849e02

View File

@ -138,6 +138,8 @@ loading_ withCss =
[ UiIcon.edit
|> Svg.withLabel "Loading..."
|> Svg.withColor Colors.white
|> Svg.withWidth (Css.px 100)
|> Svg.withHeight (Css.px 100)
|> Svg.withCss
[ Css.property "animation-duration" "1s"
, Css.property "animation-iteration-count" "infinite"