From c284534cec38b0c4b6cec969939eb3cfa20a6c36 Mon Sep 17 00:00:00 2001 From: Bramastyo Harimukti Date: Fri, 8 Jun 2018 17:09:13 +0200 Subject: [controls] use accent color for the scroll indicator Task-number: AUTOSUITE-534 Change-Id: I1d3695730d89d76db04b1af8cbf71f0949aa6589 Reviewed-by: Dominik Holland Reviewed-by: Alexandra Betouni --- styles/neptune/ScrollIndicator.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/neptune/ScrollIndicator.qml b/styles/neptune/ScrollIndicator.qml index 2de32754..9e6fa942 100644 --- a/styles/neptune/ScrollIndicator.qml +++ b/styles/neptune/ScrollIndicator.qml @@ -81,7 +81,7 @@ T.ScrollIndicator { contentItem: Rectangle { implicitWidth: NeptuneStyle.dp(7) radius: width / 2 - color: NeptuneStyle.accentDetailColor + color: NeptuneStyle.accentColor opacity: control.active ? 1.0 : 0.0 Behavior on opacity { DefaultNumberAnimation { duration: opacity < 0.1 ? 80 : 500 } } visible: opacity > 0 -- cgit v1.2.3