Merge pull request #205 from toeverything/fix/left-menu-color

fix: left menu color
This commit is contained in:
zuomeng wang
2022-08-12 12:02:21 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -54,4 +54,5 @@ const StyledButton = styled('div')({
backgroundColor: 'transparent',
width: '100%',
height: '100%',
color: '#B9CAD5',
});

View File

@@ -265,6 +265,7 @@ const Draggable = styled(Button)({
backgroundColor: 'transparent',
width: '16px',
height: '22px',
color: '#B9CAD5',
'& svg': {
fontSize: '20px',
marginLeft: '-2px',