From 9f4e87dc1f86d6b2b7dca5c0340b1f9ce3b09638 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 20 Feb 2024 16:50:53 +0800 Subject: [PATCH] Fix header text color property Signed-off-by: Claudio Cambra --- theme/Style/Style.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml index 7410faa60..8fd90e0a0 100644 --- a/theme/Style/Style.qml +++ b/theme/Style/Style.qml @@ -10,6 +10,7 @@ QtObject { // Colors readonly property color ncBlue: Theme.wizardHeaderBackgroundColor + readonly property color ncHeaderTextColor: Theme.wizardHeaderTitleColor readonly property color ncTextColor: Theme.systemPalette.windowText readonly property color ncTextBrightColor: "white" readonly property color ncSecondaryTextColor: "#808080"