QmlDesigner: Fix Design Tokens light color theme

Task-number: QDS-15169
Change-Id: Iad6ac5cda434ccf14ef97700a07864cc8815acd3
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2025-04-08 16:57:37 +02:00
committed by Henning Gründl
parent e577855972
commit 9b6198b11c

View File

@@ -23,12 +23,11 @@ Rectangle {
readonly property int cellWidth: 200
readonly property int cellHeight: 40
readonly property color textColor: "#ffffff"
readonly property color iconColor: "#959595"
readonly property color backgroundColor: "#2c2c2c"
readonly property color borderColor: "#444444"
readonly property color backgroundColor: StudioTheme.Values.themePanelBackground
// TODO This is not a proper color value, but will be fixed with new design
readonly property color borderColor: StudioTheme.Values.themeControlBackground_topToolbarHover
readonly property int borderWidth: 1
readonly property int borderWidth: StudioTheme.Values.border
readonly property int textSize: 18
readonly property int iconSize: 16