diff --git a/src/timeline/CodeComponent.qml b/src/timeline/CodeComponent.qml index e76c6c70b..e8f962206 100644 --- a/src/timeline/CodeComponent.qml +++ b/src/timeline/CodeComponent.qml @@ -188,9 +188,11 @@ QQC2.Control { background: Rectangle { color: Kirigami.Theme.backgroundColor + Kirigami.Theme.colorSet: Kirigami.Theme.View + Kirigami.Theme.inherit: false radius: Kirigami.Units.smallSpacing border { - width: root.hovered ? 1 : 0 + width: 1 color: Kirigami.Theme.highlightColor }