diff --git a/components/date_picker/DatePicker.js b/components/date_picker/DatePicker.js index 12b5d3af..149afbec 100644 --- a/components/date_picker/DatePicker.js +++ b/components/date_picker/DatePicker.js @@ -45,6 +45,7 @@ const factory = (Input, DatePickerDialog) => { readonly: PropTypes.bool, sundayFirstDayOfWeek: React.PropTypes.bool, theme: PropTypes.shape({ + container: PropTypes.string, input: PropTypes.string }), value: PropTypes.oneOfType([ @@ -115,7 +116,7 @@ const factory = (Input, DatePickerDialog) => { const formattedDate = date === undefined ? '' : finalInputFormat(value, locale); return ( -
+
{ onOverlayClick: PropTypes.func, readonly: PropTypes.bool, theme: PropTypes.shape({ + container: PropTypes.string, input: PropTypes.string }), value: PropTypes.object @@ -93,7 +94,7 @@ const factory = (TimePickerDialog, Input) => { } = this.props; const formattedTime = value ? time.formatTime(value, format) : ''; return ( -
+