FoundationsBorder radius

Border radius

Three sizes carry the visual identity. Improvising radii (rounded-2xl, rounded-[14px]) breaks it.

Holding to these few values is Valor: a consistent shape language, decided once, that stays coherent as the product line grows.

TokenTailwind utilityValueUse
radius.smrounded-sm0.25rem (4px)Badges, tags, small chips
radius.baserounded / rounded-md0.5rem (8px)Buttons, inputs (default)
radius.lgrounded-lg0.75rem (12px)Cards, modals body
radius.xlrounded-xl1rem (16px)Modals, sheets, hero cards
radius.fullrounded-full9999pxAvatars, pills, FAB
rounded-lg (12px)
rounded-full

Don’t

  • Don’t use rounded-2xl (16px) on cards. that’s the modal/hero size. Cards are rounded-lg (12px).
  • Don’t use rounded-3xl (24px) anywhere. it’s not in the scale.