@@ -251,7 +251,7 @@ const styles = StyleSheet.create({
width: 48,
height: 48,
zIndex: 2,
- marginLeft: 4,
+ marginLeft: isIOS ? 0 : 2,
alignItems: 'center',
justifyContent: 'center'
},
@@ -280,7 +280,7 @@ const styles = StyleSheet.create({