More night mode improvements (#1336)

* More night mode improvements

* Update grocy_night_mode.css

* Update extensions.js

* Update grocy_night_mode.css

* Update public/css/grocy_night_mode.css
This commit is contained in:
Kendell R
2021-06-12 11:39:08 -07:00
committed by GitHub
parent 739379fabb
commit a0e5f45da3
2 changed files with 54 additions and 12 deletions

View File

@@ -202,6 +202,7 @@ function QrCodeImgHtml(text)
includetext: false
});
img.src = dummyCanvas.toDataURL("image/png");
img.classList.add("qr-code");
return img.outerHTML;
}