Skip to content

Commit 81c55e0

Browse files
chore: consolidate redundant base styles
1 parent 12b99c9 commit 81c55e0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

typescript-sdk/apps/dojo/src/app/globals.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -233,15 +233,6 @@
233233
--chart-5: oklch(0.645 0.246 16.439);
234234
}
235235

236-
@layer base {
237-
* {
238-
@apply border-border outline-ring/50;
239-
}
240-
body {
241-
@apply bg-background text-foreground font-sans;
242-
}
243-
}
244-
245236
@theme inline {
246237
--radius-sm: calc(var(--radius) - 4px);
247238
--radius-md: calc(var(--radius) - 2px);
@@ -285,6 +276,6 @@
285276
@apply border-border outline-ring/50;
286277
}
287278
body {
288-
@apply bg-background text-foreground;
279+
@apply bg-background text-foreground font-sans;
289280
}
290281
}

0 commit comments

Comments
 (0)