Skip to content

Commit

Permalink
[DropDownIcon] Added contextTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Jun 20, 2015
1 parent cbcbc2c commit 8a18478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/drop-down-icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ var DropDownIcon = React.createClass({

mixins: [StylePropable, ClickAwayable],

contextTypes: {
muiTheme: React.PropTypes.object
},

propTypes: {
onChange: React.PropTypes.func,
menuItems: React.PropTypes.array.isRequired,
Expand Down

0 comments on commit 8a18478

Please sign in to comment.