QmlDesigner: Fix Design Tokens light color theme

Task-number: QDS-15169
Change-Id: Iad6ac5cda434ccf14ef97700a07864cc8815acd3
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
(cherry picked from commit 9b6198b11c)
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Henning Gruendl
2025-04-08 16:57:37 +02:00
committed by Tim Jenssen
parent 107d2423a3
commit 3d7e76b3ad

View File

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