Skip to content

Commit 23e63b8

Browse files
committed
Remove dark mode QR codes which are not scanned reliably
1 parent e057fe3 commit 23e63b8

File tree

9 files changed

+1
-40
lines changed

9 files changed

+1
-40
lines changed

WooCommerce/Classes/POS/Presentation/Barcode Scanner Setup/PointOfSaleBarcodeScannerSetupStepViews.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ struct PointOfSaleBarcodeScannerBarcodeView: View {
4141
.resizable()
4242
.aspectRatio(contentMode: .fit)
4343
.frame(maxHeight: Constants.maxBarcodeSize)
44+
.background(Color.white)
4445
}
4546
}
4647
}

WooCommerce/Resources/Images.xcassets/POS/BarcodeScanning/star-bsh20-setup-barcode.imageset/Contents.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
{
44
"filename" : "star-bsh20-setup-barcode.pdf",
55
"idiom" : "universal"
6-
},
7-
{
8-
"appearances" : [
9-
{
10-
"appearance" : "luminosity",
11-
"value" : "dark"
12-
}
13-
],
14-
"filename" : "star-bsh20-setup-barcode_dark.pdf",
15-
"idiom" : "universal"
166
}
177
],
188
"info" : {

WooCommerce/Resources/Images.xcassets/POS/BarcodeScanning/tera-1200-2d-hid-barcode.imageset/Contents.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
{
44
"filename" : "tera-1200-2d-hid-barcode.pdf",
55
"idiom" : "universal"
6-
},
7-
{
8-
"appearances" : [
9-
{
10-
"appearance" : "luminosity",
11-
"value" : "dark"
12-
}
13-
],
14-
"filename" : "tera-1200-2d-hid-barcode-dark.pdf",
15-
"idiom" : "universal"
166
}
177
],
188
"info" : {

WooCommerce/Resources/Images.xcassets/POS/BarcodeScanning/tera-1200-2d-pair-barcode.imageset/Contents.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
{
44
"filename" : "tera-1200-2d-pair-barcode.pdf",
55
"idiom" : "universal"
6-
},
7-
{
8-
"appearances" : [
9-
{
10-
"appearance" : "luminosity",
11-
"value" : "dark"
12-
}
13-
],
14-
"filename" : "tera-1200-2d-pair-barcode-dark.pdf",
15-
"idiom" : "universal"
166
}
177
],
188
"info" : {

WooCommerce/Resources/Images.xcassets/POS/BarcodeScanning/test-ean13-barcode.imageset/Contents.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
{
44
"filename" : "test-ean13-barcode.pdf",
55
"idiom" : "universal"
6-
},
7-
{
8-
"appearances" : [
9-
{
10-
"appearance" : "luminosity",
11-
"value" : "dark"
12-
}
13-
],
14-
"filename" : "test-ean13-barcode_dark.pdf",
15-
"idiom" : "universal"
166
}
177
],
188
"info" : {

0 commit comments

Comments
 (0)