diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-11 07:57:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-12 10:07:24 +0200 |
commit | 22fa95550d6b13b00841bb727ab3cf23949b418e (patch) | |
tree | 0d6c59e485ceea34470b4ced257d1b040d15135d /framework/qml/View.qml | |
parent | 79c2a846c35476b8d6dc3db6ed3a190a66e94a9c (diff) | |
download | kube-22fa95550d6b13b00841bb727ab3cf23949b418e.tar.gz kube-22fa95550d6b13b00841bb727ab3cf23949b418e.zip |
Less textcolor abuse
Diffstat (limited to 'framework/qml/View.qml')
-rw-r--r-- | framework/qml/View.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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() |