diff --git a/RiotSwiftUI/Modules/Authentication/Common/AuthenticationSSOButton.swift b/RiotSwiftUI/Modules/Authentication/Common/AuthenticationSSOButton.swift index 6f440d943..bd3d0ebee 100644 --- a/RiotSwiftUI/Modules/Authentication/Common/AuthenticationSSOButton.swift +++ b/RiotSwiftUI/Modules/Authentication/Common/AuthenticationSSOButton.swift @@ -47,7 +47,8 @@ struct AuthenticationSSOButton: View { .frame(maxWidth: .infinity, alignment: .leading) Text(VectorL10n.socialLoginButtonTitleContinue(provider.name)) - .foregroundColor(theme.colors.primaryContent) + // bwi: #5033 change OIDC Button appearance + // .foregroundColor(theme.colors.primaryContent) .multilineTextAlignment(.center) .layoutPriority(1) @@ -59,7 +60,9 @@ struct AuthenticationSSOButton: View { .fixedSize(horizontal: false, vertical: true) .contentShape(RoundedRectangle(cornerRadius: 8)) } - .buttonStyle(SecondaryActionButtonStyle(customColor: theme.colors.quinaryContent)) + // bwi: #5033 change OIDC Button appearance + // .buttonStyle(SecondaryActionButtonStyle(customColor: theme.colors.quinaryContent)) + .buttonStyle(PrimaryActionButtonStyle(customColor: theme.colors.quinaryContent)) } /// The icon with appropriate rendering mode and size for dynamic type.