🚧 Border
Radius
| Token and description | Value |
|---|---|
border-radius-noneUse for resetting the default border radius. | 0px |
border-radius-smUse in small size components, such as Checkbox and Segmented. | 4px |
border-radius-defaultUse in default components, such as Buttons and Inputs. | 6px |
border-radius-lgUse in large components, such as Card and Dialog. | 8px |
border-radius-fullUse for having the maximum possible border radius. | 999px |
Width
| Token and description | Value |
|---|---|
border-width-0Use for resetting the default border width. | 0px |
border-width-1Use in default components, such as Buttons and Inputs. | 1px |
border-width-2Use for focus rings and large borders, such as Slider and Switch. | 2px |