mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: left menu color
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user