fix: a series of setting issues (#3032)

This commit is contained in:
Qi
2023-07-05 22:11:42 +08:00
committed by GitHub
parent dec0c0d3d1
commit 87ba71e77e
24 changed files with 235 additions and 463 deletions
@@ -31,7 +31,8 @@ export const SettingModal: FC<PropsWithChildren<SettingModalProps>> = ({
maxWidth: '70vw',
overflow: 'hidden',
display: 'flex',
backgroundColor: 'var(--affine-white)',
backgroundColor: 'var(--affine-background-overlay-panel-color)',
boxShadow: 'var(--affine-popover-shadow)',
}}
>
<ModalCloseButton top={16} right={20} onClick={handleClose} />