fix QR-code background color on light theme

This commit is contained in:
schlagmichdoch 2023-10-24 17:57:21 +02:00
parent 86e0d97afb
commit b4e74c2dd1
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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