Add a little more bottom pad to be safe
parent
cbb037526b
commit
8df1d8f7b1
|
@ -167,7 +167,8 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
footer: {
|
||||
paddingHorizontal: 16,
|
||||
paddingVertical: 12,
|
||||
paddingTop: 12,
|
||||
paddingBottom: 24,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue