Skip to content

Commit d53a9a4

Browse files
committed
Update background color
1 parent 407000d commit d53a9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Bookings/Booking Details/BookingDetailsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private extension BookingDetailsView {
5656

5757
sectionContentView(section.content)
5858
.padding(.horizontal, Layout.contentSidePadding)
59-
.background(Color(uiColor: .listBackground))
59+
.background(Color(.systemBackground))
6060
.addingTopAndBottomDividers()
6161

6262
if let footerText = section.footerText {

0 commit comments

Comments
 (0)