fix(style): group selecting styles

This commit is contained in:
DiamondThree 2022-07-24 17:43:18 +08:00
parent 76b7dc72d0
commit 4f1c47a3bc

View File

@ -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',