From 3fc209353e55495b97914d8191b9985bba1de4eb Mon Sep 17 00:00:00 2001 From: DaviMarinho Date: Sun, 10 Dec 2023 22:21:29 -0300 Subject: [PATCH] Corrige sonar Signed-off-by: DaviMarinho --- src/app/pages/login-social/login-social.component.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/pages/login-social/login-social.component.css b/src/app/pages/login-social/login-social.component.css index ad37ea8a..54d4d0e1 100644 --- a/src/app/pages/login-social/login-social.component.css +++ b/src/app/pages/login-social/login-social.component.css @@ -22,7 +22,7 @@ background-color: white; color: #969696; padding: 10px 20px; - border-color: black; + border-color: #3c3c3b; width: 260px; height: 30px; top: 210px; @@ -42,9 +42,9 @@ .facebook-button { text-align: center; - color: black; + color: #3c3c3b; padding: 10px 20px; - border-color: black; + border-color: #3c3c3b; width: 260px; height: 40px; top: 210px; @@ -76,7 +76,7 @@ background-color: white; color: #969696; padding: 10px 20px; - border-color: black; + border-color: #3c3c3b; width: 260px; height: 40px; top: 210px;