From a9aa1cac80a27402416b9222580fa5cbe08b9b21 Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Mon, 6 May 2024 16:46:03 -0400
Subject: [PATCH] linkdevice: use a white border for the QR code regardless of
 theme

Change-Id: If177414fbb4223432e5c5769ef51a1b3ad745ce5
---
 src/app/settingsview/components/LinkDeviceDialog.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/settingsview/components/LinkDeviceDialog.qml b/src/app/settingsview/components/LinkDeviceDialog.qml
index 05e8b98a7..78eb7188d 100644
--- a/src/app/settingsview/components/LinkDeviceDialog.qml
+++ b/src/app/settingsview/components/LinkDeviceDialog.qml
@@ -274,7 +274,7 @@ BaseModalDialog {
                             height: qrImage.height + 4
                             anchors.centerIn: parent
                             radius: 5
-                            color: JamiTheme.darkTheme ? JamiTheme.whiteColor : JamiTheme.jamiButtonBorderColor
+                            color: JamiTheme.whiteColor
                             Image {
                                  id: qrImage
                                  anchors.centerIn: parent
-- 
GitLab