feat: change left menu icon style

This commit is contained in:
SaikaSakura
2022-08-02 17:27:06 +08:00
committed by Austaras
parent 28f744e57c
commit 3070322393
2 changed files with 20 additions and 12 deletions
@@ -239,11 +239,15 @@ const Draggable = styled(Button)({
alignItems: 'center',
justifyContent: 'center',
backgroundColor: 'transparent',
width: '24px',
height: '24px',
width: '16px',
height: '20px',
'& svg': {
fontSize: '20px',
marginLeft: '-2px',
},
':hover': {
backgroundColor: '#edeef0',
borderRadius: '4px',
backgroundColor: '#F5F7F8',
borderRadius: '3.75px',
},
});