Skip to content

Commit

Permalink
fix(Card): reset box shadow styles for the root (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Apr 22, 2024
1 parent 2ae45ef commit 39b7fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Card/Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $block: '.#{variables.$ns}card';
--_--background-color: transparent;
--_--border-color: transparent;
--_--border-width: 0;
--_--box-shadow: none;

box-shadow: var(--g-card-box-shadow, var(--_--box-shadow));
box-sizing: border-box;
Expand Down

0 comments on commit 39b7fe8

Please sign in to comment.