Borders
The border tokens contain both individual border property values and full shorthand border properties.
Types
euiTheme.border[type]
token
These common border types string together the base properties of color, width and style to form common full border
properties.
border: 1px solid #E3E8F2
tsx code block:css` border: ${euiTheme.border.thin}; `