StudioWelcome: Use hard coded value for currentActiveGlobalText

Change-Id: Ia0ec7c9df89838342a6d487d79f93ce7387c5fd0
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2021-11-29 14:36:36 +01:00
parent b5a4db3eea
commit fe433a5b36

View File

@@ -81,7 +81,7 @@ QtObject {
////TEXT
property color currentGlobalText: Values.themeTextColor
property color currentActiveGlobalText: Values.themeTextSelectedTextColor
property color currentActiveGlobalText: "#ffffff"
property string brandGlobalText: if (defaultBrand) {
//console.log ("dark theme" + brandGlobalText)