mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 21:51:34 +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',
|
backgroundColor: 'transparent',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
color: '#B9CAD5',
|
||||||
});
|
});
|
||||||
|
@ -265,6 +265,7 @@ const Draggable = styled(Button)({
|
|||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
width: '16px',
|
width: '16px',
|
||||||
height: '22px',
|
height: '22px',
|
||||||
|
color: '#B9CAD5',
|
||||||
'& svg': {
|
'& svg': {
|
||||||
fontSize: '20px',
|
fontSize: '20px',
|
||||||
marginLeft: '-2px',
|
marginLeft: '-2px',
|
||||||
|
Loading…
Reference in New Issue
Block a user