summaryrefslogtreecommitdiffstats
path: root/framework/qml/View.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/View.qml')
-rw-r--r--framework/qml/View.qml2
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()