From: Claudio Cambra Date: Thu, 8 Jun 2023 07:38:48 +0000 (+0800) Subject: Fix colouring of NCRadioButton X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~7^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bb6cabb13dde3857899b76ee92c9a318f27b5d78;p=nextcloud-desktop.git Fix colouring of NCRadioButton Signed-off-by: Claudio Cambra --- diff --git a/src/gui/filedetails/NCRadioButton.qml b/src/gui/filedetails/NCRadioButton.qml index 4fa1a9057..52e12d796 100644 --- a/src/gui/filedetails/NCRadioButton.qml +++ b/src/gui/filedetails/NCRadioButton.qml @@ -30,6 +30,7 @@ RadioButton { anchors.left: parent.left anchors.leftMargin: Style.radioButtonCustomMarginLeftOuter radius: root.radius + color: palette.base border.color: palette.dark border.width: Style.normalBorderWidth