Skip to content

Commit 3f9284a

Browse files
fix(cards): add missing styles for border and background in card component
1 parent 0944904 commit 3f9284a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/style/src/components/_cards.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,12 @@ a.border-l-2.bg-white.dark\:bg-coolgray-100 {
3535

3636
div.bg-white.border.dark\:bg-base.dark\:border-coolgray-300.border-neutral-200 {
3737
border-radius: var(--radius-lg);
38+
}
39+
40+
div.bg-white.border.dark\:border-coolgray-300.dark\:bg-coolgray-100.border-neutral-200 {
41+
background: var(--card);
42+
color: var(--card-foreground);
43+
padding: s(3);
44+
border-radius: var(--radius-lg);
45+
border: var(--border);
3846
}

0 commit comments

Comments
 (0)