Skip to content

Commit

Permalink
Update default optionTintColor to native color
Browse files Browse the repository at this point in the history
  • Loading branch information
brianinator authored Aug 16, 2016
1 parent 1b27a2f commit 3dda3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Actions.defaultProps = {
containerStyle: {},
iconStyle: {},
options: {},
optionTintColor: 'blue',
optionTintColor: '#007AFF',
icon: null,
};

Expand Down

0 comments on commit 3dda3ec

Please sign in to comment.