summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/EffectSelectionPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/mediaplayer/EffectSelectionPanel.qml')
-rw-r--r--basicsuite/mediaplayer/EffectSelectionPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/mediaplayer/EffectSelectionPanel.qml b/basicsuite/mediaplayer/EffectSelectionPanel.qml
index 12c8a42..4daded0 100644
--- a/basicsuite/mediaplayer/EffectSelectionPanel.qml
+++ b/basicsuite/mediaplayer/EffectSelectionPanel.qml
@@ -159,7 +159,7 @@ Rectangle {
width: parent.width
property bool isSelected: list.currentIndex == index
Text {
- color: parent.isSelected ? defaultGreen : "white"
+ color: parent.isSelected ? Settings.primaryGreen : "white"
text: name
anchors.centerIn: parent
font.pixelSize: 20