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 (