From 9c16e200e09ec1e17216acedd6005ad95df4e0b7 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 20 Jun 2022 10:56:00 +0200 Subject: [PATCH] Update reset settings icon in print settings to match new color used in recommeded settings CURA-8849 --- resources/qml/Settings/SettingItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Settings/SettingItem.qml b/resources/qml/Settings/SettingItem.qml index 228de4a9d6..53f194dfd2 100644 --- a/resources/qml/Settings/SettingItem.qml +++ b/resources/qml/Settings/SettingItem.qml @@ -209,7 +209,7 @@ Item height: UM.Theme.getSize("small_button_icon").height width: height - color: UM.Theme.getColor("setting_control_button") + color: UM.Theme.getColor("accent_1") hoverColor: UM.Theme.getColor("setting_control_button_hover") iconSource: UM.Theme.getIcon("ArrowReset")