Skip to content

Commit

Permalink
Fix colouring of NCRadioButton
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Jun 8, 2023
1 parent 7507c36 commit 5e05186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/filedetails/NCRadioButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e05186

Please sign in to comment.