summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/VolumeControl.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/mediaplayer/VolumeControl.qml')
-rw-r--r--basicsuite/mediaplayer/VolumeControl.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicsuite/mediaplayer/VolumeControl.qml b/basicsuite/mediaplayer/VolumeControl.qml
index 3a83491..9536d12 100644
--- a/basicsuite/mediaplayer/VolumeControl.qml
+++ b/basicsuite/mediaplayer/VolumeControl.qml
@@ -69,7 +69,7 @@ Item {
anchors.bottom: parent.bottom
anchors.bottomMargin: controlBar.width * 0.02
anchors.horizontalCenter: parent.horizontalCenter
- fillColor: viewSettings.buttonGreenColor
+ fillColor: Settings.primaryGreen
Image{
anchors.centerIn: parent
@@ -104,7 +104,7 @@ Item {
width: controlBar.width * 0.06
height: width
anchors.bottom: parent.bottom
- fillColor: viewSettings.buttonGrayColor
+ fillColor: Settings.primaryGrey
borderColor: "transparent"
Image{
anchors.centerIn: parent