diff --git a/public/index.html b/public/index.html index 8208fe6..d9cab65 100644 --- a/public/index.html +++ b/public/index.html @@ -267,7 +267,7 @@
@@ -335,7 +335,7 @@
diff --git a/public/scripts/ui.js b/public/scripts/ui.js index db8df09..353ea8e 100644 --- a/public/scripts/ui.js +++ b/public/scripts/ui.js @@ -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