square/Listable

Rounded corner for Image not working

c-villain opened this issue · 2 comments

.box(corners: .rounded(radius: 15.0)) not make rounded Image

I think you might want to file this in Blueprint? Though it's more than likely you just need to set clipsContent to true: https://github.com/square/Blueprint/blob/main/BlueprintUICommonControls/Sources/Box.swift#L22

Yeap, it works! 🤟🏻