diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml
index 911b93271c0d0fbb4da2752a7090044b73757d11..56c5977080ab92055a0b0a0b48af1ec22b884e53 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml
@@ -113,6 +113,7 @@ Section {
             Controls.ComboBox {
                 id: sizeType
                 model: ["pixels", "points"]
+                property color textColor: creatorTheme.PanelTextColorLight
                 onCurrentIndexChanged: {
                     if (sizeWidget.isSetup)
                         return;