Skip to content

Commit 13eb1f2

Browse files
fix: enforce body background/foreground colors (currently broken on 404)
1 parent 81c55e0 commit 13eb1f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,11 @@
276276
@apply border-border outline-ring/50;
277277
}
278278
body {
279-
@apply bg-background text-foreground font-sans;
279+
/*
280+
TODO: remove important modifier (!)
281+
after troubleshooting why the dojo
282+
sidebar text is white when on 404 pages
283+
*/
284+
@apply bg-background! text-foreground! font-sans;
280285
}
281286
}

0 commit comments

Comments
 (0)