Skip to content

Commit 1895beb

Browse files
committed
update list parent bg color
1 parent 5757298 commit 1895beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/POS/Presentation/Settings/PointOfSaleSettingsHardwareDetailView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ struct PointOfSaleSettingsHardwareDetailView: View {
123123
.listStyle(.plain)
124124
.scrollContentBackground(.hidden)
125125
.listRowBackground(Color.clear)
126-
.background(Color.posSurface)
126+
.background(Color.posSurfaceBright)
127127
.foregroundColor(.posOnSurface)
128128
}
129129
.navigationBarBackButtonHidden(true)
@@ -170,7 +170,7 @@ struct PointOfSaleSettingsHardwareDetailView: View {
170170
.listStyle(.plain)
171171
.scrollContentBackground(.hidden)
172172
.listRowBackground(Color.clear)
173-
.background(Color.posSurface)
173+
.background(Color.posSurfaceBright)
174174
.foregroundColor(.posOnSurface)
175175
.navigationBarBackButtonHidden(true)
176176
.toolbar {

0 commit comments

Comments
 (0)