mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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")
|
||||
|
||||
source: UM.Theme.getIcon("Extruder", iconVariant)
|
||||
color: UM.Theme.getColor("text")
|
||||
color: extruderNumberText.color
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue