mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-27 22:56:07 +08:00
fix: increase padding for iOS horizontal label alignment (#114)
Fixes #113. 20 looks more natural on iPad
This commit is contained in:
committed by
satyajit.happy
parent
71e9544872
commit
4adb3a9223
@@ -456,7 +456,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
labelBeside: {
|
||||
fontSize: 12,
|
||||
marginLeft: 15,
|
||||
marginLeft: 20,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user