Skip to content
RefineUI

Spacing

T-shirt spacing scale for gaps, padding, and margins.

Gaps and padding use spacings. Prefer these keys on Stack, Box, and layout props — not arbitrary pixels.

TokenValue
sizeNone0
sizeXXXSmall2px
sizeXXSmall4px
sizeXSmall6px
sizeSmall8px
sizeMedium10px
sizeLarge16px
sizeXLarge20px
sizeXXLarge24px
sizeXXXLarge32px
sizeNone0
sizeXXXSmall2px
sizeXXSmall4px
sizeXSmall6px
sizeSmall8px
sizeMedium10px
sizeLarge16px
sizeXLarge20px
sizeXXLarge24px
sizeXXXLarge32px

Icon pixels are separate from spacing (iconSizes). Use them for WebIcon / glyph slots only.

xxsmall12px
xsmall16px
small20px
medium24px
large28px
xlarge32px
xxlarge48px
<Stack gap="sizeMedium">
<Box padding="sizeLarge" background="backgroundSurface" radius="roundedLarge">
Inset
</Box>
</Stack>