Skip to content

Commit 9feda59

Browse files
committed
Set background color in PointOfSaleLoadingView so that it does not change when being shown in different parent views.
1 parent b6b3801 commit 9feda59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/POS/Presentation/CardReaderConnection/UI States/PointOfSaleLoadingView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ struct PointOfSaleLoadingView: View {
2121
.onDisappear {
2222
trackElapsedTimeOnDisappear()
2323
}
24+
.background(Color.posSurface)
2425
}
2526
}
2627

0 commit comments

Comments
 (0)