We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b99c9 commit 81c55e0Copy full SHA for 81c55e0
typescript-sdk/apps/dojo/src/app/globals.css
@@ -233,15 +233,6 @@
233
--chart-5: oklch(0.645 0.246 16.439);
234
}
235
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
-
245
@theme inline {
246
--radius-sm: calc(var(--radius) - 4px);
247
--radius-md: calc(var(--radius) - 2px);
@@ -285,6 +276,6 @@
285
276
@apply border-border outline-ring/50;
286
277
287
278
body {
288
- @apply bg-background text-foreground;
279
+ @apply bg-background text-foreground font-sans;
289
280
290
281
0 commit comments