mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
fix QR-code background color on light theme
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user