Skip to content

Commit ce583d6

Browse files
committed
fix: apply default border color to all
1 parent e1eef56 commit ce583d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
}
8181

8282
@layer base {
83+
* {
84+
@apply border-border;
85+
}
86+
8387
body {
8488
@apply bg-background font-body leading-base text-body;
8589
}

0 commit comments

Comments
 (0)