Skip to content

Commit 8a18478

Browse files
committed
[DropDownIcon] Added contextTypes
1 parent cbcbc2c commit 8a18478

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/drop-down-icon.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ var DropDownIcon = React.createClass({
99

1010
mixins: [StylePropable, ClickAwayable],
1111

12+
contextTypes: {
13+
muiTheme: React.PropTypes.object
14+
},
15+
1216
propTypes: {
1317
onChange: React.PropTypes.func,
1418
menuItems: React.PropTypes.array.isRequired,

0 commit comments

Comments
 (0)