Skip to content

Commit

Permalink
Merge pull request GeekyAnts#956 from bahadircivelek/patch-3
Browse files Browse the repository at this point in the history
Picker modal Back Button Text Style
  • Loading branch information
shivrajkumar authored Jun 20, 2017
2 parents 40ab3e8 + 1f37cdb commit a4700f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/Picker.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class PickerNB extends Component {
this._setModalVisible(false);
}}
>
<Text>{this.props.headerBackButtonText || "Back"}</Text>
<Text style={this.props.headerBackButtonTextStyle}>{this.props.headerBackButtonText || "Back"}</Text>
</Button>
</Left>
<Body>
Expand Down

0 comments on commit a4700f9

Please sign in to comment.