Skip to content

Commit afd1ee6

Browse files
chore: horizontal padding to email verification button
1 parent 69a9c61 commit afd1ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/VerifyEmailView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension VerifyEmailView: View {
2525
.padding(.vertical, 8)
2626
.frame(maxWidth: .infinity)
2727
}
28-
.padding([.top, .bottom], 8)
28+
.padding([.top, .bottom, .horizontal], 8)
2929
.frame(maxWidth: .infinity)
3030
.buttonStyle(.borderedProminent)
3131
}.sheet(isPresented: $showModal) {

0 commit comments

Comments
 (0)