Fix submenu text color

This commit is contained in:
dominik-zeglen 2020-09-07 17:58:29 +02:00
parent 39425b9f36
commit da0677ca42

View file

@ -88,7 +88,8 @@ const useStyles = makeStyles(
color: theme.palette.primary.main color: theme.palette.primary.main
}, },
background: "none", background: "none",
border: "none" border: "none",
color: theme.palette.text.disabled
} }
}), }),
{ {