I would like to add a shadow to a <Grid container> component.
I see in the documentation here. I should just use something like boxShadow={1} and import import { shadows } from '@material-ui/system';.
I've done this, but am not getting any results.
Would anyone know the correct way to add shadows to a component?
