From 0bd06b29f11f9b7c52a30bca8ad1bb850ab33d79 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Tue, 22 Sep 2020 23:46:44 -0400 Subject: [PATCH] UX: Fix the color of the social login button text --- common/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common.scss b/common/common.scss index 2afb91c..84f076e 100644 --- a/common/common.scss +++ b/common/common.scss @@ -80,6 +80,10 @@ tbody { } } +.btn.btn-social { + color: var(--secondary); +} + .btn-danger { background: $danger; color: $secondary;