diff --git a/EditPlan.tsx b/EditPlan.tsx index ec4c958..c857a85 100644 --- a/EditPlan.tsx +++ b/EditPlan.tsx @@ -121,7 +121,5 @@ const styles = StyleSheet.create({ fontSize: 20, marginBottom: MARGIN, }, - button: { - margin: MARGIN * 2, - }, + button: {}, }) diff --git a/EditSet.tsx b/EditSet.tsx index 143fb4c..9d824ac 100644 --- a/EditSet.tsx +++ b/EditSet.tsx @@ -198,7 +198,6 @@ export default function EditSet() { )} -