Skip to content

Commit

Permalink
chore: label alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
forgotvas committed Mar 20, 2024
1 parent 2f6c115 commit e0d5347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct SocialAuthView: View {
.accessibilityIdentifier("social_auth_title_text")
Spacer()
}
.frame(maxWidth: isPad ? iPadButtonWidth: .infinity, minHeight: 42)
.frame(maxWidth: .infinity, minHeight: 42)
}

private var buttonsView: some View {
Expand Down

0 comments on commit e0d5347

Please sign in to comment.