From 4f1c47a3bcd810a1c408a40b1eaa9c011698614a Mon Sep 17 00:00:00 2001 From: DiamondThree Date: Sun, 24 Jul 2022 17:43:18 +0800 Subject: [PATCH] fix(style): group selecting styles --- libs/components/editor-blocks/src/blocks/group/GroupView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/components/editor-blocks/src/blocks/group/GroupView.tsx b/libs/components/editor-blocks/src/blocks/group/GroupView.tsx index f98ece720e..60996223fe 100644 --- a/libs/components/editor-blocks/src/blocks/group/GroupView.tsx +++ b/libs/components/editor-blocks/src/blocks/group/GroupView.tsx @@ -62,7 +62,7 @@ const GroupContainer = styled('div')<{ isSelect?: boolean }>( background: theme.affine.palette.white, border: '2px solid #ECF1FB', boxShadow: isSelect - ? '0px 0px 5px 5px rgba(98, 137, 255, 0.25), 0px 0px 5px 5px #E3EAFF;' + ? '0px 0px 5px 5px rgba(98, 137, 255, 0.25), 0px 0px 5px 5px #E3EAFF !important' : '#none', padding: '15px 12px', borderRadius: '10px',