From d77e1968db18ddbd680a5702c7159e18f4ac318a Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:33:39 +0330 Subject: [PATCH] Update qrcode_modal.html --- web/html/common/qrcode_modal.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index f0c7d08b..5cbe7858 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -9,14 +9,14 @@ {{ i18n "pages.inbounds.client" }} @@ -78,8 +78,10 @@ setQrCode(elmentId, content) { new QRious({ element: document.querySelector('#' + elmentId), - size: 260, + size: 300, value: content, + background: 'transparent', + foreground: 'black' }); }, genSubLink(subID) {