Skip to content

Commit

Permalink
Merge pull request #5379 from DoubleU23/Menu/selectedTextColor
Browse files Browse the repository at this point in the history
[Menu] use 'muiTheme.menuItem.selectedTextColor' for 'style.selectedM…
  • Loading branch information
oliviertassinari authored Oct 12, 2016
2 parents 2d99b2d + 75fbbd1 commit e46f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function getStyles(props, context) {
width: width,
},
selectedMenuItem: {
color: muiTheme.baseTheme.palette.accent1Color,
color: muiTheme.menuItem.selectedTextColor,
},
};

Expand Down

0 comments on commit e46f406

Please sign in to comment.