Ensure that all icons use the same color from theme.

Also added some fixes for the dark theme
This commit is contained in:
Jaime van Kessel 2018-12-14 11:59:22 +01:00
parent 15cd2a9269
commit 6a3ac99551
6 changed files with 13 additions and 5 deletions

View file

@ -67,7 +67,7 @@ Item
toolItem: UM.RecolorImage
{
source: UM.Theme.getIcon(model.icon) != "" ? UM.Theme.getIcon(model.icon) : "file:///" + model.location + "/" + model.icon
color: UM.Theme.getColor("toolbar_button_text")
color: UM.Theme.getColor("icon")
sourceSize: UM.Theme.getSize("button_icon")
}