Skip to content

Commit

Permalink
fix: force card to have neutral-0 background
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Nov 13, 2023
1 parent a100291 commit 9845e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/card/src/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.root {
@include font-base;

background-color: get-color(neutral-0);
border-radius: get-spacing(2);
padding: get-spacing(4) get-spacing(3);
border: solid 0 get-color(neutral-100);
Expand Down

0 comments on commit 9845e21

Please sign in to comment.