Skip to content

Commit

Permalink
[MenuItem] Fix a regression introduced by #5502
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 5, 2016
1 parent 6855fb0 commit 0a1fab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/List/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ class ListItem extends Component {
children,
disabled,
disableKeyboardFocus,
hoverColor, // eslint-disable-line no-unused-vars
initiallyOpen, // eslint-disable-line no-unused-vars
innerDivStyle,
insetChildren, // eslint-disable-line no-unused-vars
Expand Down
2 changes: 1 addition & 1 deletion src/styles/getMuiTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function getMuiTheme(muiTheme, ...more) {
menuItem: {
dataHeight: 32,
height: 48,
hoverColor: fade(palette.textColor, 0.035),
hoverColor: fade(palette.textColor, 0.1),
padding: spacing.desktopGutter,
selectedTextColor: palette.accent1Color,
rightIconDesktopFill: grey600,
Expand Down

0 comments on commit 0a1fab8

Please sign in to comment.