mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 18:42:11 +03:00
Merge pull request #205 from toeverything/fix/left-menu-color
fix: left menu color
This commit is contained in:
commit
ccf59da754
@ -54,4 +54,5 @@ const StyledButton = styled('div')({
|
||||
backgroundColor: 'transparent',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
color: '#B9CAD5',
|
||||
});
|
||||
|
@ -265,6 +265,7 @@ const Draggable = styled(Button)({
|
||||
backgroundColor: 'transparent',
|
||||
width: '16px',
|
||||
height: '22px',
|
||||
color: '#B9CAD5',
|
||||
'& svg': {
|
||||
fontSize: '20px',
|
||||
marginLeft: '-2px',
|
||||
|
Loading…
Reference in New Issue
Block a user