From c5073703987e50eb3d18c28a8df778980457f6d2 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Wed, 15 Nov 2023 10:51:54 +1300 Subject: [PATCH] Change style of primary buttons According to React Native Paper docs, the purpose of the "contained" mode of button is for the primary action. https://callstack.github.io/react-native-paper/docs/components/Button/#mode --- EditExercises.tsx | 2 +- EditPlan.tsx | 2 +- EditSet.tsx | 2 +- EditSets.tsx | 2 +- EditWeight.tsx | 2 +- StartPlan.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/EditExercises.tsx b/EditExercises.tsx index 2637172..db4df6c 100644 --- a/EditExercises.tsx +++ b/EditExercises.tsx @@ -189,7 +189,7 @@ export default function EditExercises() {