Add bottom padding to Exercises

This commit is contained in:
Brandon Presley 2022-07-08 13:51:00 +12:00
parent 1c81210097
commit 220f867bdc
1 changed files with 1 additions and 0 deletions

View File

@ -61,5 +61,6 @@ const styles = StyleSheet.create({
container: {
padding: 10,
flexGrow: 1,
paddingBottom: '10%',
},
});