Fix QR-code color and make cursor a pointer for QR-codes

This commit is contained in:
schlagmichdoch 2023-11-29 18:53:57 +01:00
parent 2346c97118
commit f9a32c3e82
2 changed files with 4 additions and 4 deletions

View file

@ -1362,7 +1362,7 @@ class PairDeviceDialog extends Dialog {
width: 130,
height: 130,
padding: 1,
background: 'rgb(250,250,250)',
background: 'white',
color: 'rgb(18, 18, 18)',
ecl: "L",
join: true
@ -1739,7 +1739,7 @@ class PublicRoomDialog extends Dialog {
width: 130,
height: 130,
padding: 1,
background: 'rgb(250,250,250)',
background: 'white',
color: 'rgb(18, 18, 18)',
ecl: "L",
join: true