chore(core): add background color to questionnaire (#5396)

This commit is contained in:
JimmFly
2023-12-26 07:13:44 +00:00
parent 080f636c1f
commit f25814b31c

View File

@@ -7,6 +7,7 @@ export const scrollableContainer = style({
alignItems: 'center',
height: '100vh',
padding: '0 200px',
backgroundColor: 'var(--affine-background-primary-color)',
'@media': {
'screen and (max-width: 1024px)': {
padding: '80px 36px',