Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix: increase padding for iOS horizontal label alignment (#114)
Browse files Browse the repository at this point in the history
Fixes #113.

20 looks more natural on iPad
  • Loading branch information
winkelsdorf authored and satya164 committed Aug 18, 2019
1 parent 71e9544 commit 4adb3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bottom-tabs/src/views/BottomTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ const styles = StyleSheet.create({
},
labelBeside: {
fontSize: 12,
marginLeft: 15,
marginLeft: 20,
},
});

Expand Down

0 comments on commit 4adb3a9

Please sign in to comment.