From b4e74c2dd12c9aaa6c6708f2a4a1ab129885727a Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Tue, 24 Oct 2023 17:57:21 +0200 Subject: [PATCH] fix QR-code background color on light theme --- public/scripts/ui.js | 4 ++-- public_included_ws_fallback/scripts/ui.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/scripts/ui.js b/public/scripts/ui.js index 16c83f5..089d687 100644 --- a/public/scripts/ui.js +++ b/public/scripts/ui.js @@ -1269,7 +1269,7 @@ class PairDeviceDialog extends Dialog { width: 150, height: 150, padding: 1, - background: 'rgb(238,238,238)', + background: 'rgb(250,250,250)', color: 'rgb(18, 18, 18)', ecl: "L", join: true @@ -1620,7 +1620,7 @@ class PublicRoomDialog extends Dialog { width: 150, height: 150, padding: 1, - background: 'rgb(238,238,238)', + background: 'rgb(250,250,250)', color: 'rgb(18, 18, 18)', ecl: "L", join: true diff --git a/public_included_ws_fallback/scripts/ui.js b/public_included_ws_fallback/scripts/ui.js index cff8931..9fe21c7 100644 --- a/public_included_ws_fallback/scripts/ui.js +++ b/public_included_ws_fallback/scripts/ui.js @@ -1271,7 +1271,7 @@ class PairDeviceDialog extends Dialog { width: 150, height: 150, padding: 1, - background: 'rgb(238,238,238)', + background: 'rgb(250,250,250)', color: 'rgb(18, 18, 18)', ecl: "L", join: true @@ -1622,7 +1622,7 @@ class PublicRoomDialog extends Dialog { width: 150, height: 150, padding: 1, - background: 'rgb(238,238,238)', + background: 'rgb(250,250,250)', color: 'rgb(18, 18, 18)', ecl: "L", join: true