We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904b92e commit 5c43f3fCopy full SHA for 5c43f3f
src/time-picker/time-picker.jsx
@@ -52,7 +52,7 @@ const TimePicker = React.createClass({
52
return {
53
time: this.props.defaultTime || emptyTime,
54
dialogTime: new Date(),
55
- muiTheme: this.context.muiTheme ? this.context.muiTheme : ThemeManager.getMuiTheme(DefaultRawTheme)
+ muiTheme: this.context.muiTheme ? this.context.muiTheme : ThemeManager.getMuiTheme(DefaultRawTheme),
56
};
57
},
58
0 commit comments