Skip to content

Commit

Permalink
Fix a bug of calling prepareStyles twice
Browse files Browse the repository at this point in the history
Closes mui#1908
  • Loading branch information
louy committed Oct 19, 2015
1 parent dee31e5 commit 7ab34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drop-down-icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const DropDownIcon = React.createClass({
<div onTouchTap={this._onControlClick}>
<FontIcon
className={iconClassName}
style={this.prepareStyles(iconStyle)}>{this.props.iconLigature}</FontIcon>
style={this.mergeStyles(iconStyle)}>{this.props.iconLigature}</FontIcon>
{this.props.children}
</div>
<Menu
Expand Down

0 comments on commit 7ab34f6

Please sign in to comment.