System border tokens are available for the border-radius, border-width and
border-color CSS properties. Border tokens can also be applied with presets
that include all three properties preconfigured for specific use-cases.
Radius
2004px
45024px
50028px
55036px
300/small8px
350/medium12px
400/large16px
round/full999999px
Width
4001px
5002px
Presets
neutral
danger
primary
disabled
invalid
Focus Presets
focus
focusNeutral
focusWarning
focusDanger
focusSuccess
Usage
React
Individual border properties can be set with the corresponding style
props of borderRadius, borderWidth,
and borderColor. Border presets are applied via the border style prop.