aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml
index 8083c3d376..1997419bab 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml
@@ -110,7 +110,7 @@ Rectangle {
when: checkIndicator.checked
PropertyChanges {
target: checkIndicatorIcon
- color: StudioTheme.Values.themeIconColorInteraction
+ color: StudioTheme.Values.themeIconColor
}
PropertyChanges {
target: checkIndicator
@@ -136,7 +136,7 @@ Rectangle {
&& checkIndicator.pressed
PropertyChanges {
target: checkIndicatorIcon
- color: StudioTheme.Values.themeIconColorInteraction
+ color: StudioTheme.Values.themeIconColor
}
PropertyChanges {
target: checkIndicator