We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc06bdc + c311325 commit 29e2816Copy full SHA for 29e2816
src/domains/common/styles/GlobalStyles.tsx
@@ -48,8 +48,8 @@ export default createGlobalStyle<{ currentTheme: keyof typeof themes }>`
48
49
50
body {
51
- color: ${vars('--foreground')};
52
- background: ${vars('--background')};
+ color: ${vars('--color-neutral-foreground-1-rest')};
+ background: ${vars('--color-neutral-background-1-rest')};
53
}
54
55
:root {
0 commit comments