fix: left menu color

This commit is contained in:
alt0
2022-08-12 11:44:04 +08:00
parent d3b4906da9
commit b9e69ec833
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',