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
This commit is contained in:
Konstantinos Karmas 2021-07-05 11:38:55 +02:00
parent 18377d2726
commit 12b844b357

View file

@ -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