mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 20:41:32 +03:00
chore: tweak style
This commit is contained in:
parent
612ee4926d
commit
f0678e1eff
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user