1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2024-10-28 08:49:35 +01:00

linkdevice: use a white border for the QR code regardless of theme

Change-Id: If177414fbb4223432e5c5769ef51a1b3ad745ce5
This commit is contained in:
Andreas Traczyk 2024-05-06 16:46:03 -04:00 committed by Sébastien Blin
parent 409ba70258
commit a9aa1cac80

View file

@ -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