set max auth button width to 300
This commit is contained in:
@ -19,7 +19,7 @@ public struct AppleSignInButton: View {
|
||||
onCompletion: onCompletion
|
||||
)
|
||||
.frame(height: 54)
|
||||
.frame(maxWidth: 260)
|
||||
.frame(maxWidth: 300)
|
||||
.cornerRadius(8)
|
||||
.signInWithAppleButtonStyle(.white)
|
||||
}
|
||||
|
||||
@ -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())
|
||||
|
||||
Reference in New Issue
Block a user