From 22fa95550d6b13b00841bb727ab3cf23949b418e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 11 Jul 2018 07:57:42 +0200 Subject: Less textcolor abuse --- framework/qml/TreeView.qml | 2 +- framework/qml/View.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') 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 { text: styleData.isExpanded ? "-" : "+" } - backgroundColor: Kube.Colors.textColor + backgroundColor: Kube.Colors.darkBackgroundColor highlightedTextColor: Kube.Colors.highlightedTextColor } } 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 { left: container.left } z: 1 - color: Kube.Colors.textColor + color: Kube.Colors.darkBackgroundColor iconName: Kube.Icons.goBack_inverted visible: currentIndex > 0 onClicked: decrementCurrentIndex() -- cgit v1.2.3