UX: update Facebook blue hex, add comment about button color (#26105)

This commit is contained in:
Kris 2024-03-08 11:47:59 -05:00 committed by GitHub
parent d46e247973
commit 4c7d58a883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -275,6 +275,8 @@
}
}
}
// https://developers.facebook.com/docs/facebook-login/userexperience/#buttondesign
// if you are unable to use Facebook blue, revert to black and white.
}
// Button Sizes

View File

@ -27,7 +27,7 @@ $google: #ffffff !default;
$google-hover: darken($google, 5%) !default;
$instagram: #e1306c !default;
$instagram-hover: darken($instagram, 15%) !default;
$facebook: #1877f2 !default;
$facebook: #0866ff !default;
$facebook-hover: darken($facebook, 15%) !default;
$cas: #70ba61 !default;
$twitter: #1da1f2 !default;