Skip to content

Commit 29e2816

Browse files
authored
Merge pull request #5 from Cardinal-Cryptography/sd-16-add-theme-tokens
Sd 16 add design tokens
2 parents cc06bdc + c311325 commit 29e2816

File tree

2 files changed

+1168
-11
lines changed

2 files changed

+1168
-11
lines changed

src/domains/common/styles/GlobalStyles.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export default createGlobalStyle<{ currentTheme: keyof typeof themes }>`
4848
4949
5050
body {
51-
color: ${vars('--foreground')};
52-
background: ${vars('--background')};
51+
color: ${vars('--color-neutral-foreground-1-rest')};
52+
background: ${vars('--color-neutral-background-1-rest')};
5353
}
5454
5555
:root {

0 commit comments

Comments
 (0)