Skip to content

Commit 18f8be7

Browse files
committed
fix: add default font face to card
1 parent 2bcc2d6 commit 18f8be7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/components/card/src/styles/index.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
@import "@react-ck/theme";
22

33
.root {
4+
@include font-base;
5+
46
border-radius: get-spacing(2);
57
padding: get-spacing(4) get-spacing(3);
68
border: solid 0 get-color(neutral-100);

0 commit comments

Comments
 (0)