mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
MESSENGER-5033 change OIDC Button appearance
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user