Browse Source

Update reset settings icon in print settings to match new color used in recommeded settings

CURA-8849
j.delarago 2 years ago
parent
commit
9c16e200e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Settings/SettingItem.qml

+ 1 - 1
resources/qml/Settings/SettingItem.qml

@@ -209,7 +209,7 @@ Item
                 height: UM.Theme.getSize("small_button_icon").height
                 height: UM.Theme.getSize("small_button_icon").height
                 width: height
                 width: height
 
 
-                color: UM.Theme.getColor("setting_control_button")
+                color: UM.Theme.getColor("accent_1")
                 hoverColor: UM.Theme.getColor("setting_control_button_hover")
                 hoverColor: UM.Theme.getColor("setting_control_button_hover")
 
 
                 iconSource: UM.Theme.getIcon("ArrowReset")
                 iconSource: UM.Theme.getIcon("ArrowReset")