Fix the box shadow used for alerts.
Review Request #13962 — Created June 7, 2024 and submitted — Latest diff uploaded
The box shadow for alerts was referencing a variable that doesn't exist. This
change fixes that to reference our standard shadow variable.
Viewed the alert component in Storybook, saw that the shadow was there in
light and dark mode.Ran unit tests.