chore: tweak style

This commit is contained in:
lawvs 2022-08-04 18:45:21 +08:00
parent 612ee4926d
commit f0678e1eff

View File

@ -24,6 +24,7 @@ const Modal = ({ open, children }: { open: boolean; children?: ReactNode }) => {
style={{
display: 'flex',
flexDirection: 'column',
background: 'rgba(58, 76, 92, 0.4)',
zIndex: theme.affine.zIndex.popover,
}}
onClick={closeSubPage}