Reshaped supports two shadow tokens that demonstrate the level of component elevation.
--rs-shadow-raised --rs-shadow-overlay /* Usage */ .element { box-shadow: var(--rs-shadow-raised); }
Shadows are usually used with background-elevation-raised and background-elevation-overlay color tokens. Since shadows are less prominent in dark mode, these color tokens adjust the element's background color to communicate elevation to the user.