mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
fix QR-code background color on light theme
This commit is contained in:
parent
86e0d97afb
commit
b4e74c2dd1
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue