QmlDesigner: fix blocked color for toolbar icons

Change-Id: I44a3f66f57b92cefbe14c8014dd7e85a1af707f6
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
Brook Cronin
2023-02-10 20:05:34 +01:00
parent caa3c23e99
commit ae521b5394

View File

@@ -16,7 +16,7 @@ ControlStyle {
idle: Values.themeTextColor
hover: Values.themeTextColor
interaction: Values.themeTextSelectedTextColor
disabled: Values.themeIconColorDisabled
disabled: Values.themeToolbarIcon_blocked
}
background: ControlStyle.BackgroundColors {