Skip to content

Commit

Permalink
Bugfix in <TimePicker>
Browse files Browse the repository at this point in the history
Closes mui#1918
  • Loading branch information
louy committed Oct 19, 2015
1 parent 6ac2122 commit e56614f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/time-picker/clock.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ const Clock = React.createClass({
isActive: React.PropTypes.bool,
},

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

getDefaultProps() {
return {
initialTime: new Date(),
Expand Down

0 comments on commit e56614f

Please sign in to comment.