diff --git a/src/components/DatePicker/index.ios.js b/src/components/DatePicker/index.ios.js index 879a102ac1ad..a52efd5b1900 100644 --- a/src/components/DatePicker/index.ios.js +++ b/src/components/DatePicker/index.ios.js @@ -113,6 +113,7 @@ class DatePicker extends React.Component { value={this.state.selectedDate} mode="date" display="spinner" + themeVariant="light" onChange={this.updateLocalDate} locale={this.props.preferredLocale} maximumDate={this.props.maximumDate}