Skip to content

Commit 712cb36

Browse files
committed
qml: correct OptionButton visualFocus color
1 parent c7effd1 commit 712cb36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/qml/controls/OptionButton.qml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ Button {
2323
anchors.fill: parent
2424
anchors.margins: -4
2525
border.width: 2
26-
border.color: Theme.color.orange
26+
border.color: Theme.color.purple
2727
radius: 14
2828
color: "transparent"
29-
opacity: 0.4
3029
}
3130
}
3231
contentItem: RowLayout {

0 commit comments

Comments
 (0)