Skip to content

Commit e092014

Browse files
chore: email button same horizontal padding as other auth buttons
1 parent dea04f6 commit e092014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/EmailAuthView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ extension EmailAuthView: View {
123123
}
124124
}
125125
.disabled(!isValid)
126-
.padding([.top, .bottom], 8)
126+
.padding([.top, .bottom, .horizontal], 8)
127127
.frame(maxWidth: .infinity)
128128
.buttonStyle(.borderedProminent)
129129
Button(action: {

0 commit comments

Comments
 (0)