Skip to content

Commit

Permalink
fix: add default font face to card
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Nov 9, 2023
1 parent 2bcc2d6 commit 18f8be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/card/src/styles/index.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import "@react-ck/theme";

.root {
@include font-base;

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 18f8be7

Please sign in to comment.