Fix Container.V1 compilation

This commit is contained in:
Tessa Kelly 2021-10-27 12:44:50 -07:00
parent 4e1e1e3579
commit 42946cd081

View File

@ -197,7 +197,8 @@ interactableWithLabel label content =
"label"
labelStyles
[]
[ Text.smallBody []
[ Text.smallBody
[ Text.html
[ div
[ Html.Styled.Attributes.css
[ margin (px 7)
@ -207,6 +208,7 @@ interactableWithLabel label content =
]
]
]
]
, content
]