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