Skip to content

Commit

Permalink
Merge pull request #802 from jaygood/patch-2
Browse files Browse the repository at this point in the history
Propagate menuItemStyle through nested menus
  • Loading branch information
Hai Nguyen committed Jun 9, 2015
2 parents 5a0f790 + 6426c8d commit 011e2eb
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 011e2eb

Please sign in to comment.