summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-gallery/CustomizerLabel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/enterprise-gallery/CustomizerLabel.qml')
-rw-r--r--basicsuite/enterprise-gallery/CustomizerLabel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/enterprise-gallery/CustomizerLabel.qml b/basicsuite/enterprise-gallery/CustomizerLabel.qml
index c4cb69c..c85807c 100644
--- a/basicsuite/enterprise-gallery/CustomizerLabel.qml
+++ b/basicsuite/enterprise-gallery/CustomizerLabel.qml
@@ -21,7 +21,7 @@
import QtQuick 2.0
Text {
- color: fontColor
+ color: darkBackground ? root.darkFontColor : root.lightFontColor
font.pixelSize: root.toPixels(0.04)
font.family: openSans.name
anchors.horizontalCenter: parent.horizontalCenter