File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WooCommerce/Classes/POS/Presentation/Settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments