mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-21 22:54:53 +08:00
Fix QR-code color and make cursor a pointer for QR-codes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user