diff --git a/Libraries/Components/Button.js b/Libraries/Components/Button.js index b6692afb23..1a4e940a00 100644 --- a/Libraries/Components/Button.js +++ b/Libraries/Components/Button.js @@ -136,7 +136,7 @@ class Button extends React.Component { let defaultBlue = '#2196F3'; if (Platform.OS === 'ios') { // Measured default tintColor from iOS 10 - defaultBlue = '#0C42FD'; + defaultBlue = '#007AFF'; } const styles = StyleSheet.create({