From f0678e1effc39c1a2e594a5b05f2e0b1ca1dc93e Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Thu, 4 Aug 2022 18:45:21 +0800 Subject: [PATCH] chore: tweak style --- libs/components/editor-core/src/ref-page/ModalPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/components/editor-core/src/ref-page/ModalPage.tsx b/libs/components/editor-core/src/ref-page/ModalPage.tsx index 7fce8cf5d8..0fb1b732f0 100644 --- a/libs/components/editor-core/src/ref-page/ModalPage.tsx +++ b/libs/components/editor-core/src/ref-page/ModalPage.tsx @@ -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}