diff --git a/src/Components/Accessibility/ContrastBar.css b/src/Components/Accessibility/ContrastBar.css
index 1ed1e53e513c1f3eda56d61b562b8b80e566462a..ce199caa8933bb659823c7827c9b1376511934db 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 0ce7505068d7f5882f1e931b281d0dfedf64af9e..0596af0ff78346f729db85a615f83b96fddc09eb 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)`