diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/TreeView.qml | 2 | ||||
-rw-r--r-- | framework/qml/View.qml | 2 |
2 files changed, 2 insertions, 2 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 | } |
diff --git a/framework/qml/View.qml b/framework/qml/View.qml index 2cc8663f..9daa76a8 100644 --- a/framework/qml/View.qml +++ b/framework/qml/View.qml | |||
@@ -88,7 +88,7 @@ FocusScope { | |||
88 | left: container.left | 88 | left: container.left |
89 | } | 89 | } |
90 | z: 1 | 90 | z: 1 |
91 | color: Kube.Colors.textColor | 91 | color: Kube.Colors.darkBackgroundColor |
92 | iconName: Kube.Icons.goBack_inverted | 92 | iconName: Kube.Icons.goBack_inverted |
93 | visible: currentIndex > 0 | 93 | visible: currentIndex > 0 |
94 | onClicked: decrementCurrentIndex() | 94 | onClicked: decrementCurrentIndex() |