Skip to content

Commit

Permalink
fix: card shadow color
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed May 30, 2024
1 parent 3e8393b commit 5164977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/card/src/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

&.shadowed {
box-shadow: 0 0 10px 0 get-color(neutral-light-3);
box-shadow: 0 0 10px 0 get-color(overlay-dark);
}

&.ghost {
Expand Down

0 comments on commit 5164977

Please sign in to comment.