From a9b63291eaeaf59afcc8fd9ad4d13d7bcf94b49c Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Wed, 27 Mar 2024 11:30:16 -0300 Subject: [PATCH] fix login service button color --- app/containers/LoginServices/Service.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/LoginServices/Service.tsx b/app/containers/LoginServices/Service.tsx index 35466b0c0..028bb7736 100644 --- a/app/containers/LoginServices/Service.tsx +++ b/app/containers/LoginServices/Service.tsx @@ -86,7 +86,7 @@ const Service = React.memo( ); } - const backgroundColor = isSaml && service.buttonColor ? service.buttonColor : colors.surfaceTint; + const backgroundColor = isSaml && service.buttonColor ? service.buttonColor : colors.buttonBackgroundSecondaryDefault; return (