mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: bump theme, update mobile home background color (#8799)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -68,7 +68,7 @@ export const modalOverlay = style({
|
||||
animation: 'none',
|
||||
},
|
||||
'&.mobile': {
|
||||
backgroundColor: cssVarV2('layer/mobile/modal'),
|
||||
backgroundColor: cssVarV2('layer/background/mobile/modal'),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user