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
commit ccf59da754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -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',