merge commit

This commit is contained in:
kylethedeveloper 2023-02-26 01:34:37 -06:00
parent b6238b05ae
commit 80dc36c00a
9 changed files with 92 additions and 17 deletions

View file

@ -840,8 +840,8 @@ class PairDeviceDialog extends Dialog {
// Display the QR code for the url
const qr = new QRCode({
content: this._getShareRoomURL(),
width: 80,
height: 80,
width: 150,
height: 150,
padding: 0,
background: "transparent",
color: getComputedStyle(document.body).getPropertyValue('--text-color'),