forked from qt-creator/qt-creator
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:
committed by
Henning Gründl
parent
e577855972
commit
9b6198b11c
@@ -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
|
||||||
|
Reference in New Issue
Block a user