fix: increase padding for iOS horizontal label alignment (#114)

Fixes #113.

20 looks more natural on iPad
This commit is contained in:
Frederik Winkelsdorf
2019-04-23 12:28:59 +02:00
committed by satyajit.happy
parent 71e9544872
commit 4adb3a9223

View File

@@ -456,7 +456,7 @@ const styles = StyleSheet.create({
},
labelBeside: {
fontSize: 12,
marginLeft: 15,
marginLeft: 20,
},
});