From c4a560c1eff61bd9a008be40e123e7d1c6df604f Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 7 Jul 2022 17:18:56 +1200 Subject: [PATCH] Move up subtitle of EditPlan --- EditPlan.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/EditPlan.tsx b/EditPlan.tsx index 50c5885..14d8e25 100644 --- a/EditPlan.tsx +++ b/EditPlan.tsx @@ -139,6 +139,7 @@ const styles = StyleSheet.create({ title: { fontSize: 20, marginBottom: 10, + marginTop: -15, }, row: { flexDirection: 'row',