Skip to content

Commit

Permalink
Propagate menuItemStyle through nested menus
Browse files Browse the repository at this point in the history
"other" does not include "menuItemStyle" - looks like it was neglected
  • Loading branch information
jaygood committed Jun 9, 2015
1 parent 3a2b2a4 commit 6426c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu/menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ var NestedMenuItem = React.createClass({
<Menu {...other}
ref="nestedMenu"
menuItems={this.props.menuItems}
menuItemStyle={menuItemStyle}
onItemTap={this._onMenuItemTap}
hideable={true}
visible={this.state.open}
Expand Down

0 comments on commit 6426c8d

Please sign in to comment.