Skip to content

Commit 8a317d1

Browse files
committed
fixed build issues
1 parent 6ed9150 commit 8a317d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/app/globals.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@
9494

9595
@layer base {
9696
* {
97-
@apply border-border outline-ring/50;
97+
border-color: var(--border);
98+
outline-color: var(--ring);
9899
}
99100
body {
100-
@apply bg-background text-foreground;
101+
background-color: var(--background);
102+
color: var(--foreground);
101103
}
102104
}

0 commit comments

Comments
 (0)