From 12b844b357e7daf86078b2c2adfe9e8eea295d34 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Mon, 5 Jul 2021 11:38:55 +0200 Subject: [PATCH] Change extruder icon color to follow the color of the text As per the review suggestion https://github.com/Ultimaker/Cura/pull/10051#discussion_r661493104. CURA-8011 --- resources/qml/ExtruderIcon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/ExtruderIcon.qml b/resources/qml/ExtruderIcon.qml index 4cc9ffe69b..47131ed93a 100644 --- a/resources/qml/ExtruderIcon.qml +++ b/resources/qml/ExtruderIcon.qml @@ -39,7 +39,7 @@ Item sourceSize: UM.Theme.getSize("extruder_icon") source: UM.Theme.getIcon("Extruder", iconVariant) - color: UM.Theme.getColor("text") + color: extruderNumberText.color } Label