Improve CodeComponent background

This commit is contained in:
Tobias Fella
2024-04-21 18:21:54 +02:00
parent d9308440e6
commit 92895a7d00

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
}