chore: bump theme, update mobile home background color (#8799)

This commit is contained in:
CatsJuice
2024-11-14 06:57:08 +00:00
parent 6f5c61b8b6
commit 39cb1b7714
11 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@toeverything/theme": "^1.0.17",
"@toeverything/theme": "^1.0.18",
"@vanilla-extract/dynamic": "^2.1.0",
"check-password-strength": "^2.0.10",
"clsx": "^2.1.0",

View File

@@ -68,7 +68,7 @@ export const modalOverlay = style({
animation: 'none',
},
'&.mobile': {
backgroundColor: cssVarV2('layer/mobile/modal'),
backgroundColor: cssVarV2('layer/background/mobile/modal'),
},
},
});