mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 17:23:42 +08:00
Slightly improved margins on the iOS header back button
This commit is contained in:
@@ -107,7 +107,7 @@ const styles = StyleSheet.create({
|
||||
? {
|
||||
height: 21,
|
||||
width: 13,
|
||||
marginLeft: 10,
|
||||
marginLeft: 9,
|
||||
marginRight: 22,
|
||||
marginVertical: 12,
|
||||
resizeMode: 'contain',
|
||||
@@ -123,7 +123,7 @@ const styles = StyleSheet.create({
|
||||
iconWithTitle:
|
||||
Platform.OS === 'ios'
|
||||
? {
|
||||
marginRight: 5,
|
||||
marginRight: 6,
|
||||
}
|
||||
: {},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user