mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 15:22:16 +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,
|
width: 150,
|
||||||
height: 150,
|
height: 150,
|
||||||
padding: 1,
|
padding: 1,
|
||||||
background: 'rgb(238,238,238)',
|
background: 'rgb(250,250,250)',
|
||||||
color: 'rgb(18, 18, 18)',
|
color: 'rgb(18, 18, 18)',
|
||||||
ecl: "L",
|
ecl: "L",
|
||||||
join: true
|
join: true
|
||||||
@@ -1620,7 +1620,7 @@ class PublicRoomDialog extends Dialog {
|
|||||||
width: 150,
|
width: 150,
|
||||||
height: 150,
|
height: 150,
|
||||||
padding: 1,
|
padding: 1,
|
||||||
background: 'rgb(238,238,238)',
|
background: 'rgb(250,250,250)',
|
||||||
color: 'rgb(18, 18, 18)',
|
color: 'rgb(18, 18, 18)',
|
||||||
ecl: "L",
|
ecl: "L",
|
||||||
join: true
|
join: true
|
||||||
|
|||||||
@@ -1271,7 +1271,7 @@ class PairDeviceDialog extends Dialog {
|
|||||||
width: 150,
|
width: 150,
|
||||||
height: 150,
|
height: 150,
|
||||||
padding: 1,
|
padding: 1,
|
||||||
background: 'rgb(238,238,238)',
|
background: 'rgb(250,250,250)',
|
||||||
color: 'rgb(18, 18, 18)',
|
color: 'rgb(18, 18, 18)',
|
||||||
ecl: "L",
|
ecl: "L",
|
||||||
join: true
|
join: true
|
||||||
@@ -1622,7 +1622,7 @@ class PublicRoomDialog extends Dialog {
|
|||||||
width: 150,
|
width: 150,
|
||||||
height: 150,
|
height: 150,
|
||||||
padding: 1,
|
padding: 1,
|
||||||
background: 'rgb(238,238,238)',
|
background: 'rgb(250,250,250)',
|
||||||
color: 'rgb(18, 18, 18)',
|
color: 'rgb(18, 18, 18)',
|
||||||
ecl: "L",
|
ecl: "L",
|
||||||
join: true
|
join: true
|
||||||
|
|||||||
Reference in New Issue
Block a user