Skip to content

Commit

Permalink
Merge pull request #9599 from JosueEchandiaAsto/Issue-6438
Browse files Browse the repository at this point in the history
Set light themeVariant to DatePicker component iOS
  • Loading branch information
Beamanator authored Jun 29, 2022
2 parents 431727a + 8037908 commit 27f58cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DatePicker/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 27f58cd

Please sign in to comment.