浏览代码

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

[stable-3.9] Fix colouring of NCRadioButton
Matthieu Gallien 2 年之前
父节点
当前提交
d46a1d69a6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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