sidebar icon selected color matches font color

This commit is contained in:
Monkey 2024-08-08 22:36:39 -04:00
parent ccb31956a8
commit 956c84c17e

View File

@ -41,7 +41,7 @@ const useStyles = makeStyles((theme) => ({
}, },
selected: { selected: {
color: theme.palette.primary.main, color: theme.palette.text.primary,
}, },
expand: { expand: {