summaryrefslogtreecommitdiffstats
path: root/src/settingsui/common/CustomTableView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/common/CustomTableView.qml')
-rw-r--r--src/settingsui/common/CustomTableView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsui/common/CustomTableView.qml b/src/settingsui/common/CustomTableView.qml
index 9efd584..2eb42e4 100644
--- a/src/settingsui/common/CustomTableView.qml
+++ b/src/settingsui/common/CustomTableView.qml
@@ -64,7 +64,7 @@ ColumnLayout {
contentItem: Rectangle {
implicitWidth: listView.width * 0.0175
implicitHeight: listView.height * 0.5
- color: "#41cd52"
+ color: viewSettings.scrollBarColor
}
}
@@ -91,7 +91,7 @@ ColumnLayout {
antialiasing: false
smooth: false
renderType: listView.moving ? Text.NativeRendering : Text.QtRendering
- color: listView.currentIndex == delegateRectangle.index ? "#41cd52" : "white"
+ color: listView.currentIndex == delegateRectangle.index ? viewSettings.buttonGreenColor : "white"
font.family: appFont
}
}