Add a little more bottom pad to be safe

zio/stable
Paul Frazee 2024-02-13 09:51:59 -08:00
parent cbb037526b
commit 8df1d8f7b1
1 changed files with 2 additions and 1 deletions

View File

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