mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 17:24:22 +03:00
fix(style): group selecting styles
This commit is contained in:
parent
76b7dc72d0
commit
4f1c47a3bc
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user