Border Radius
Applies to: BoxView, Button, Frame, ImageButton
The following classes are provided to adjust the radius of borders.
Class | Property |
.rounded-sm | border-radius: 4; |
.rounded | border-radius: 8; |
.rounded-lg | border-radius: 16; |
.rounded-full | border-radius: 1000; (not recommended on iOS) |
Note that for normal sized buttons values above 22
cause rendering issues on iOS. Use 22
for fully rounded buttons.
Last updated