From 806f6cb2ff8ca3578d58a6107374243a676ff657 Mon Sep 17 00:00:00 2001
From: Vinicius Gabriel Machado <vgm18@inf.ufpr.br>
Date: Fri, 3 Sep 2021 04:48:51 -0300
Subject: [PATCH] Push before merge

---
 src/Components/Accessibility/ContrastBar.css     | 4 ++--
 src/Components/Accessibility/ContrastBar.js      | 1 +
 src/Components/UploadPageComponents/PartThree.js | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/Components/Accessibility/ContrastBar.css b/src/Components/Accessibility/ContrastBar.css
index 1ed1e53e..ce199caa 100644
--- a/src/Components/Accessibility/ContrastBar.css
+++ b/src/Components/Accessibility/ContrastBar.css
@@ -21,7 +21,7 @@ along with Plataforma Integrada MEC.  If not, see <http://www.gnu.org/licenses/>
     height: 1em;
     vertical-align: middle;
 }
-
+/*
 .contrastButton{
     border: none;
     padding: 0;
@@ -47,7 +47,7 @@ along with Plataforma Integrada MEC.  If not, see <http://www.gnu.org/licenses/>
     background-color: black;
     width: 100%;
     border-bottom: 1px solid white;
-}
+}*/
 
 .Contrasttext{
     color: yellow;
diff --git a/src/Components/Accessibility/ContrastBar.js b/src/Components/Accessibility/ContrastBar.js
index 0ce75050..0596af0f 100644
--- a/src/Components/Accessibility/ContrastBar.js
+++ b/src/Components/Accessibility/ContrastBar.js
@@ -185,6 +185,7 @@ const StyledGrid = styled(Grid) `
     padding-left: 15px;
     padding-right: 15px;
     background: ${props => props.contrast === "" ? "white" : "black"};
+    border-bottom: ${props => props.contrast === "" ? "1px solid #666" : "1px solid white"};
 `
 
 const StyledButton = styled(Button)`
diff --git a/src/Components/UploadPageComponents/PartThree.js b/src/Components/UploadPageComponents/PartThree.js
index 076569fe..a1ba6d35 100644
--- a/src/Components/UploadPageComponents/PartThree.js
+++ b/src/Components/UploadPageComponents/PartThree.js
@@ -207,8 +207,8 @@ export default function PartThree(props) {
                                                     <div style={{ margin: "0 auto", width: "304px" }}>
                                                         {
                                                             //<ReCaptcha sitekey={process.env.REACT_APP_SITE_KEY} verifyCallback={captchaVerified} /> //when key set in env
-                                                            //<ReCaptcha sitekey="6LfxuKUUAAAAAIzYpCzEtJyeE8QRjBYa44dvHlTX" verifyCallback={captchaVerified} /> //use this one on production
-                                                            <ReCaptcha sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" verifyCallback={captchaVerified} /> //test key, from google, do not use this one on production
+                                                            <ReCaptcha sitekey="6LfxuKUUAAAAAIzYpCzEtJyeE8QRjBYa44dvHlTX" verifyCallback={captchaVerified} /> //use this one on production
+                                                            //<ReCaptcha sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" verifyCallback={captchaVerified} /> //test key, from google, do not use this one on production
                                                         }
                                                     </div>
                                                 </Grid>
-- 
GitLab