Skip to content
RefineUI

Radius

Corner radii from Foundation — use keys, not raw pixels.

Corners are Foundation keys (roundedLarge, roundedXXLarge). roundedCircle is the pill / full round.

TokenValue
roundedNone0
roundedXSmall2px
roundedSmall4px
roundedMedium6px
roundedLarge8px
roundedXLarge12px
roundedXXLarge16px
roundedCircle9999px
roundedNone0
roundedXSmall2px
roundedSmall4px
roundedMedium6px
roundedLarge8px
roundedXLarge12px
roundedXXLarge16px
roundedCircle9999px
<Box
padding="sizeLarge"
radius="roundedXLarge"
border="strokeWidthThin"
borderColor="borderDefault"
background="backgroundSurface"
>
Rounded surface
</Box>