mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 10:31:50 +08:00
chore: fix color (#2083)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
@@ -14,7 +14,7 @@ export const StyledMenuWrapper = styled(StyledPopperContainer)<{
|
||||
padding: '8px 4px',
|
||||
fontSize: '14px',
|
||||
backgroundColor: 'var(--affine-white)',
|
||||
boxShadow: 'var(--affine-text-popover-shadow)',
|
||||
boxShadow: 'var(--affine-popover-shadow)',
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user