add dark mode changes

This commit is contained in:
Henry
2023-11-16 23:23:41 +00:00
parent a7b34848cd
commit 0cc68e5625
3 changed files with 20 additions and 13 deletions
@@ -43,7 +43,6 @@ const StyledMenu = styled((props) => (
borderRadius: 6,
marginTop: theme.spacing(1),
minWidth: 180,
color: theme.palette.mode === 'light' ? 'rgb(55, 65, 81)' : theme.palette.grey[300],
boxShadow:
'rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px',
'& .MuiMenu-list': {