Skip to content

Commit

Permalink
Fix for custom dateNumberStyle prop (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimkhan0 authored and peacechen committed Aug 13, 2018
1 parent 2944f3c commit af49d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CalendarDay.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ class CalendarDay extends Component {
{this.props.showDayNumber && (
<Text
style={[
dateNumberStyle,
{ fontSize: this.state.dateNumberFontSize }
{ fontSize: this.state.dateNumberFontSize },
dateNumberStyle
]}
allowFontScaling={this.props.allowDayTextScaling}
>
Expand Down

0 comments on commit af49d2a

Please sign in to comment.