I have an implementation of PassKit for my application's loyalty card. After introducing dark mode I have managed to change the background colors but the QR code's background color is still white.
https://i.stack.imgur.com/wWoCH.png
Is there a type of barcode that will invert the QR code colors? Currently I am using PKBarcodeFormatQR
Thanks