diff --git a/apple/OmnivoreKit/Sources/Views/Buttons/AppleSignInButton.swift b/apple/OmnivoreKit/Sources/Views/Buttons/AppleSignInButton.swift index 4242e84ae..a4e206e52 100644 --- a/apple/OmnivoreKit/Sources/Views/Buttons/AppleSignInButton.swift +++ b/apple/OmnivoreKit/Sources/Views/Buttons/AppleSignInButton.swift @@ -19,7 +19,7 @@ public struct AppleSignInButton: View { onCompletion: onCompletion ) .frame(height: 54) - .frame(maxWidth: 260) + .frame(maxWidth: 300) .cornerRadius(8) .signInWithAppleButtonStyle(.white) } diff --git a/apple/OmnivoreKit/Sources/Views/Buttons/GoogleAuthButton.swift b/apple/OmnivoreKit/Sources/Views/Buttons/GoogleAuthButton.swift index ea1d59c76..11c71fd26 100644 --- a/apple/OmnivoreKit/Sources/Views/Buttons/GoogleAuthButton.swift +++ b/apple/OmnivoreKit/Sources/Views/Buttons/GoogleAuthButton.swift @@ -17,7 +17,7 @@ public struct GoogleAuthButton: View { .font(isMacApp ? .appCaption : .appTitleThree) .foregroundColor(.black) } - .frame(maxWidth: 260) + .frame(maxWidth: 300) .frame(height: isMacApp ? 30 : 54) } .buttonStyle(GoogleButtonStyle())