mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
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:
parent
18377d2726
commit
12b844b357
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Item
|
||||||
sourceSize: UM.Theme.getSize("extruder_icon")
|
sourceSize: UM.Theme.getSize("extruder_icon")
|
||||||
|
|
||||||
source: UM.Theme.getIcon("Extruder", iconVariant)
|
source: UM.Theme.getIcon("Extruder", iconVariant)
|
||||||
color: UM.Theme.getColor("text")
|
color: extruderNumberText.color
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue