From 3f69a6d3a98c5cfd3d2f552ef372a9d547660fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Fri, 17 Apr 2020 18:06:23 +0200 Subject: [PATCH] [ACA-2556] Change checking and welcome colors in login button (#5618) --- lib/core/login/components/login.component.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/login/components/login.component.scss b/lib/core/login/components/login.component.scss index b86fd878c0..b8be795745 100644 --- a/lib/core/login/components/login.component.scss +++ b/lib/core/login/components/login.component.scss @@ -131,7 +131,7 @@ } .adf-login-button-label { - color: rgb(255, 255, 255); + color: mat-contrast($accent, default); } .adf-login-button.adf-isChecking { @@ -139,12 +139,12 @@ } .adf-login-button.adf-isChecking .adf-login-button-label { - color: #00bcd4; + color: mat-color($primary); } .adf-login-button.adf-isWelcome { - background-color: #00bcd4; - color: #ffffff; + background-color: mat-color($primary); + color: mat-contrast($primary, default); } .adf-login-button.adf-isWelcome .adf-welcome-icon {