Browse Source

Merge pull request #5790 from nextcloud/backport/5786/stable-3.9

[stable-3.9] Fix colouring of NCRadioButton
Matthieu Gallien 2 years ago
parent
commit
d46a1d69a6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/gui/filedetails/NCRadioButton.qml

+ 1 - 0
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