Skip to content

Commit ac2bcfd

Browse files
committed
Extend safe areas for bottom section
1 parent bedf15f commit ac2bcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Simple Payments/SimplePaymentsSummary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct SimplePaymentsSummary: View {
3131

3232
TakePaymentSection()
3333
}
34-
.background(Color(.listBackground))
34+
.background(Color(.listBackground).ignoresSafeArea())
3535
.navigationTitle(Localization.title)
3636
}
3737
}

0 commit comments

Comments
 (0)