mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 23:11:44 +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={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
background: 'rgba(58, 76, 92, 0.4)',
|
||||||
zIndex: theme.affine.zIndex.popover,
|
zIndex: theme.affine.zIndex.popover,
|
||||||
}}
|
}}
|
||||||
onClick={closeSubPage}
|
onClick={closeSubPage}
|
||||||
|
Loading…
Reference in New Issue
Block a user