fix qrcode

This commit is contained in:
Klemek
2025-03-19 14:14:45 +01:00
parent 0691a8b5f4
commit 30607530b9
+1 -1
View File
@@ -15,7 +15,7 @@ const utils = {
text, text,
width: 1024, width: 1024,
height: 1024, height: 1024,
colorDark: "#ffffff", colorDark: "oklch(0.2 0 0)",
colorLight: "#00000000", colorLight: "#00000000",
correctLevel: QRCode.CorrectLevel.L, correctLevel: QRCode.CorrectLevel.L,
}); });