fix: #516 commneu menu style

This commit is contained in:
DiamondThree
2022-07-28 17:37:24 +08:00
parent 31c8747f33
commit 27a0b02bdb
3 changed files with 96 additions and 105 deletions

View File

@@ -59,7 +59,7 @@ const GroupActionWrapper = styled('div')(({ theme }) => ({
const GroupContainer = styled('div')<{ isSelect?: boolean }>(
({ isSelect, theme }) => ({
background: theme.affine.palette.white,
border: '2px solid #ECF1FB',
border: '2px solid rgba(236,241,251,.5)',
padding: '15px 12px',
borderRadius: '10px',
...(isSelect