Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasper Lamboo <c.lamboo@ultimaker.com>2022-06-29 14:01:09 +0300
committerGitHub <noreply@github.com>2022-06-29 14:01:09 +0300
commitf4ee4ad05d0ff704e1bfc5650872da9ba6743490 (patch)
tree896429429d27e05f6b72d562b520bacfd42ba51e /resources/qml/Settings/SettingItem.qml
parentf241638890ac1076546f01593c5ccb3253812d51 (diff)
parent7700d01cf35b2d0ed7a93580051044257f925b6d (diff)
Merge pull request #12573 from Ultimaker/CURA-8849_more_intent_fixes
[CURA-8849] more intent fixes
Diffstat (limited to 'resources/qml/Settings/SettingItem.qml')
-rw-r--r--resources/qml/Settings/SettingItem.qml2
1 files changed, 1 insertions, 1 deletions
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")