You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MenuItem (ListItem) hoverColor is took from textColor. That's why muiTheme.menuItem.hoverColor has no effect (I couldn't find a place where menuItem.hoverColor is used, but this is another issue). I should be able to change the hover color without changing the textColour of my theme.
Steps to reproduce
Overide the menuItem.hoverColor in the muiTheme. (this has no effect)
Versions
Material-UI: 0.15.0-beta.2
React: 15.0.2
Browser: Chrome 50.0.2661.94
The text was updated successfully, but these errors were encountered:
Problem description
The MenuItem (ListItem) hoverColor is took from textColor. That's why muiTheme.menuItem.hoverColor has no effect (I couldn't find a place where menuItem.hoverColor is used, but this is another issue). I should be able to change the hover color without changing the textColour of my theme.
Steps to reproduce
Overide the menuItem.hoverColor in the muiTheme. (this has no effect)
Versions
The text was updated successfully, but these errors were encountered: