Skip to content

Commit f492a33

Browse files
committed
add padding to bottom view
1 parent 69318d9 commit f492a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Demo/Demo/SwiftUIComponents/PayPalWebPayments/PayPalWebPaymentsView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ struct PayPalWebPaymentsView: View {
1818

1919
if payPalWebViewModel.checkoutResult != nil {
2020
PayPalWebTransactionView(payPalWebViewModel: payPalWebViewModel)
21+
.padding(.bottom, 20)
2122
.id("bottomView")
2223
.onAppear {
2324
withAnimation {

0 commit comments

Comments
 (0)