From 220f867bdc6b93c6b6a10eaabb33a5f231e38e1f Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Fri, 8 Jul 2022 13:51:00 +1200 Subject: [PATCH] Add bottom padding to Exercises --- Exercises.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/Exercises.tsx b/Exercises.tsx index 6210495..a14cac4 100644 --- a/Exercises.tsx +++ b/Exercises.tsx @@ -61,5 +61,6 @@ const styles = StyleSheet.create({ container: { padding: 10, flexGrow: 1, + paddingBottom: '10%', }, });