mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 21:48:48 +08:00
chore: tweak style
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user