diff --git a/src/view/invoice-qr-mobile.js b/src/view/invoice-qr-mobile.js index 743520d6f..28f43e97c 100644 --- a/src/view/invoice-qr-mobile.js +++ b/src/view/invoice-qr-mobile.js @@ -28,6 +28,9 @@ const baseStyles = { numeral: { color: color.blackText, }, + unit: { + color: color.blackText, + }, qrWrapper: { margin: 40, }, @@ -83,7 +86,9 @@ const InvoiceQRView = ({ store, nav, invoice }) => ( {store.invoiceAmountLabel} - {store.unitLabel} + + {store.unitLabel} + {store.invoice.note}