Skip to content
Snippets Groups Projects
Commit a9aa1cac authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Sébastien Blin
Browse files

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

Change-Id: If177414fbb4223432e5c5769ef51a1b3ad745ce5
parent 409ba702
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment