mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 00:36:17 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue