mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 02:21:51 +08:00
chore(core): add background color to questionnaire (#5396)
This commit is contained in:
@@ -7,6 +7,7 @@ export const scrollableContainer = style({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
height: '100vh',
|
height: '100vh',
|
||||||
padding: '0 200px',
|
padding: '0 200px',
|
||||||
|
backgroundColor: 'var(--affine-background-primary-color)',
|
||||||
'@media': {
|
'@media': {
|
||||||
'screen and (max-width: 1024px)': {
|
'screen and (max-width: 1024px)': {
|
||||||
padding: '80px 36px',
|
padding: '80px 36px',
|
||||||
|
|||||||
Reference in New Issue
Block a user