Improve CodeComponent background

(cherry picked from commit 92895a7d00)
This commit is contained in:
Tobias Fella
2024-04-21 18:21:54 +02:00
parent 5aa7f499c0
commit 3d4a1d22b0

View File

@@ -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
}