Box Shadows

Shadows are used to convey depth between UI elements. For the most part, this type of elevation is reserved for transient components that appear elevated and are dismissible (e.g., dropdown menus).

We have 3 main shadow styles depending on the element’s size:

container / md
box_shadow
The shadow we used for medium-sized components like elevated cards or menus.
container / lg
box_shadow
The recommended box shadow for large containers, like modals or popovers.
container / sm
box_shadow
The shadow we used for small-sized components like tooltips.