mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Ensure that all icons use the same color from theme.
Also added some fixes for the dark theme
This commit is contained in:
parent
15cd2a9269
commit
6a3ac99551
6 changed files with 13 additions and 5 deletions
|
@ -100,7 +100,7 @@ Item
|
|||
source: UM.Theme.getIcon("load")
|
||||
width: UM.Theme.getSize("button_icon").width
|
||||
height: UM.Theme.getSize("button_icon").height
|
||||
color: UM.Theme.getColor("toolbar_button_text")
|
||||
color: UM.Theme.getColor("icon")
|
||||
|
||||
sourceSize.height: height
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue