diff options
Diffstat (limited to 'framework/qml/TreeView.qml')
-rw-r--r-- | framework/qml/TreeView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml index c4a1a2ab..3f30959f 100644 --- a/framework/qml/TreeView.qml +++ b/framework/qml/TreeView.qml | |||
@@ -175,7 +175,7 @@ FocusScope { | |||
175 | text: styleData.isExpanded ? "-" : "+" | 175 | text: styleData.isExpanded ? "-" : "+" |
176 | } | 176 | } |
177 | 177 | ||
178 | backgroundColor: Kube.Colors.textColor | 178 | backgroundColor: Kube.Colors.darkBackgroundColor |
179 | highlightedTextColor: Kube.Colors.highlightedTextColor | 179 | highlightedTextColor: Kube.Colors.highlightedTextColor |
180 | } | 180 | } |
181 | } | 181 | } |