From e27f053fd45cc6b4af8d4cc09fee747a4e62a3e5 Mon Sep 17 00:00:00 2001 From: Alexey Lunin <alexey.lunin@vereign.com> Date: Mon, 16 Mar 2020 09:22:58 +0300 Subject: [PATCH] Change style of generated QR code --- javascript/src/utilities/generateQrCode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/src/utilities/generateQrCode.js b/javascript/src/utilities/generateQrCode.js index 5331f29..20504be 100644 --- a/javascript/src/utilities/generateQrCode.js +++ b/javascript/src/utilities/generateQrCode.js @@ -12,7 +12,7 @@ export default async (content, width = 160, height = 160, logoWidth = 80, logoHe quietZone: 0, colorDark: "#000000", colorLight: "#ffffff", - dotScale: 0.7, + dotScale: 1, PO: "#d51d32", PI: "#d51d32", -- GitLab