Bladeren bron

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

[stable-3.9] Fix colouring of NCRadioButton
Matthieu Gallien 2 jaren geleden
bovenliggende
commit
d46a1d69a6
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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