diff --git a/GliaWidgets/SecureConversations/Confirmation/SecureConversations.ConfirmationView.swift b/GliaWidgets/SecureConversations/Confirmation/SecureConversations.ConfirmationView.swift index 8f0e28f5d..1c6cca60a 100644 --- a/GliaWidgets/SecureConversations/Confirmation/SecureConversations.ConfirmationView.swift +++ b/GliaWidgets/SecureConversations/Confirmation/SecureConversations.ConfirmationView.swift @@ -81,6 +81,7 @@ private extension SecureConversations.ConfirmationViewSwiftUI { func confirmationButtonView() -> some View { Text(props.style.checkMessagesButtonStyle.title) .font(.convert(props.style.checkMessagesButtonStyle.font)) + .multilineTextAlignment(.center) .foregroundColor(SwiftUI.Color(props.style.checkMessagesButtonStyle.textColor)) .padding(.vertical, 8) .padding(.horizontal, 16)