Fix submenu text color
This commit is contained in:
parent
39425b9f36
commit
da0677ca42
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ const useStyles = makeStyles(
|
|||
color: theme.palette.primary.main
|
||||
},
|
||||
background: "none",
|
||||
border: "none"
|
||||
border: "none",
|
||||
color: theme.palette.text.disabled
|
||||
}
|
||||
}),
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue