Add a little more bottom pad to be safe

This commit is contained in:
Paul Frazee 2024-02-13 09:51:59 -08:00
parent cbb037526b
commit 8df1d8f7b1

View file

@ -167,7 +167,8 @@ const styles = StyleSheet.create({
},
footer: {
paddingHorizontal: 16,
paddingVertical: 12,
paddingTop: 12,
paddingBottom: 24,
justifyContent: 'center',
alignItems: 'center',
},