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