Skip to content

Commit de5b950

Browse files
fix: increase button width
1 parent 0891657 commit de5b950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/AuthPickerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ extension AuthPickerView: View {
156156
VStack {
157157
authService.renderButtons()
158158
}
159-
.padding(.horizontal, proxy.size.width * 0.18)
159+
.padding(.horizontal, proxy.size.width * 0.14)
160160
}
161161
}
162162

0 commit comments

Comments
 (0)