From f20311548c96a88c45b2faa8514df55fe3012cf6 Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Fri, 8 Oct 2021 15:55:10 -0300 Subject: [PATCH] Adding custom text colors in ConfirmationModal buttons --- src/app/components/ConfirmationModal.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/components/ConfirmationModal.js b/src/app/components/ConfirmationModal.js index eaaf2b3..f1127e5 100644 --- a/src/app/components/ConfirmationModal.js +++ b/src/app/components/ConfirmationModal.js @@ -4,18 +4,17 @@ import colors from "../config/colors"; import { dimensions } from "../config/dimensions"; function Btn({ label, onPress, bgColor, txtColor }) { - console.log("pimba"); return ( - {label} + {label} ); @@ -30,7 +29,6 @@ export default function ConfirmationModal({ onConfirm = () => {}, onDecline = () => {}, }) { - console.log("show: " + show); return (