Correct sizing of header back button image on iOS (#1687)

This commit is contained in:
William Schurman
2017-06-03 12:22:10 -07:00
parent 664fa2582c
commit f438be7d60

View File

@@ -118,8 +118,8 @@ const styles = StyleSheet.create({
},
icon: Platform.OS === 'ios'
? {
height: 20,
width: 12,
height: 21,
width: 13,
marginLeft: 10,
marginRight: 22,
marginVertical: 12,