change qr code color

change the qr code color to better visibility and Scan
This commit is contained in:
aurik3
2022-11-29 10:02:39 -05:00
parent 477ecbae8b
commit b5323ed423
3 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ function sendQr(res) {
text: "${last_qr}",
radius: 0.5, // 0.0 to 0.5
ecLevel: "H", // L, M, Q, H
fill: "#536DFE", // foreground color
fill: "#000000", // foreground color
background: null, // color or null for transparent
size: 256, // in pixels
}, container);