mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore: update menu background color (#2170)
This commit is contained in:
@@ -74,11 +74,7 @@ export const StyledMenuItem = styled('button')<{
|
||||
':hover': disabled
|
||||
? {}
|
||||
: {
|
||||
color: 'var(--affine-primary-color)',
|
||||
backgroundColor: 'var(--affine-hover-color)',
|
||||
svg: {
|
||||
color: 'var(--affine-primary-color)',
|
||||
},
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user