From 4f819553445905e02d79a5bb873801e6e230ce38 Mon Sep 17 00:00:00 2001 From: analuizaff Date: Mon, 8 Mar 2021 18:17:26 -0300 Subject: [PATCH] changing submit button color --- src/app/components/Button.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/Button.js b/src/app/components/Button.js index d4a9ced..04b87e0 100644 --- a/src/app/components/Button.js +++ b/src/app/components/Button.js @@ -3,7 +3,7 @@ import { StyleSheet, Text, TouchableOpacity } from "react-native"; import colors from "../config/colors"; -function AppButton({ title, onPress, color = "primary" }) { +function AppButton({ title, onPress, color = "lightBlue" }) { return (