Open tiffanynwyeung opened 1 day ago
Latest commit: fe9458f94576678a3b9bf31bfb63d5e11a53db8a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Description of changes
This change fixes missing box shadows on the elevated variation of the
Card
component. This is because dark mode shadow colors are not defined so it defaults to the light mode shadows, which are extremely difficult to spot in dark mode.This change also visually changes/affects the dark mode versions of other components that use box shadows in general:
Authenticator
,Menu
, andSlider Field
.Issue #, if available
Fixes #5893.
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.