Skip to content

Commit

Permalink
Merge pull request #13210 from Expensify/amechler-dark-theme-date-picker
Browse files Browse the repository at this point in the history
Use dark theme for ios DatePicker
  • Loading branch information
neil-marcellini authored Dec 1, 2022
2 parents 3342c39 + cf8e1ea commit 5c5008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DatePicker/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 5c5008b

Please sign in to comment.