fix(core): peek view backgroud (#9825)

fix bs-2416
This commit is contained in:
pengx17
2025-01-21 11:37:15 +00:00
parent a3164b4ccf
commit 24fce7a708

View File

@@ -25,5 +25,5 @@ export const affineDocViewport = style({
userSelect: 'none',
containerName: 'viewport',
containerType: 'inline-size',
background: cssVarV2('layer/background/mobile/secondary'),
background: cssVarV2('layer/background/primary'),
});