diff --git a/src/settings/ThemeRadioButton.qml b/src/settings/ThemeRadioButton.qml index 2e273f475..09a137ddc 100644 --- a/src/settings/ThemeRadioButton.qml +++ b/src/settings/ThemeRadioButton.qml @@ -30,6 +30,11 @@ QQC2.RadioButton { shadow.size: 10 shadow.color: Qt.rgba(0, 0, 0, 0.3) + border { + color: Qt.alpha(Kirigami.Theme.highlightColor, 0.5) + width: root.activeFocus ? 3 : 0 + } + color: { if (root.checked) { return Kirigami.Theme.highlightColor;