fix login service button color

This commit is contained in:
GleidsonDaniel 2024-03-27 11:30:16 -03:00
parent 186259911c
commit a9b63291ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 (
<ButtonService