From 1bd05e1c202ae1b58075bbd94d7d47ece299e2ac Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 20 Sep 2022 16:17:01 +1200 Subject: [PATCH] Add padding to bottom of list pages --- BestList.tsx | 1 + PlanList.tsx | 2 +- SetList.tsx | 2 +- WorkoutList.tsx | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BestList.tsx b/BestList.tsx index 3e3068b..e30ea40 100644 --- a/BestList.tsx +++ b/BestList.tsx @@ -62,6 +62,7 @@ export default function BestList() { return ( set.id?.toString() || ''} diff --git a/SetList.tsx b/SetList.tsx index 692c8e4..8bb9270 100644 --- a/SetList.tsx +++ b/SetList.tsx @@ -121,7 +121,7 @@ export default function SetList() {