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,13 +197,15 @@ interactableWithLabel label content =
"label"
labelStyles
[]
[ Text.smallBody []
[ div
[ Html.Styled.Attributes.css
[ margin (px 7)
[ Text.smallBody
[ Text.html
[ div
[ Html.Styled.Attributes.css
[ margin (px 7)
]
]
[ text label
]
]
[ text label
]
]
]