From fc8f1890843cfb328dbad942e3161610b16d9750 Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Fri, 22 Jan 2021 17:28:21 +0500 Subject: [PATCH] Update Facebook color. Updated Facebook SSO button color acccording to their brand guidelines. VAN-296 --- lms/static/sass/partials/lms/theme/_variables-v1.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/partials/lms/theme/_variables-v1.scss b/lms/static/sass/partials/lms/theme/_variables-v1.scss index a9e016cc9c..528a553002 100644 --- a/lms/static/sass/partials/lms/theme/_variables-v1.scss +++ b/lms/static/sass/partials/lms/theme/_variables-v1.scss @@ -186,7 +186,7 @@ $ui-notification-height: ($baseline*10); // social platforms $twitter-blue: #55acee; -$facebook-blue: #4267b2; +$facebook-blue: #1877F2; $facebook-focus-blue: #29487d; $linkedin-blue: #0077b5; $google-blue: #4285f4;