mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Give icon of onboarding banner a colour
It had no colour, so it was defaulting to black. I'm making it the same as the text colour and the colour of the X button. Fixes issue CURA-9248.
This commit is contained in:
parent
334fca6691
commit
763b40b8ec
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ Rectangle
|
||||||
}
|
}
|
||||||
width: UM.Theme.getSize("banner_icon_size").width
|
width: UM.Theme.getSize("banner_icon_size").width
|
||||||
height: UM.Theme.getSize("banner_icon_size").height
|
height: UM.Theme.getSize("banner_icon_size").height
|
||||||
|
|
||||||
|
color: UM.Theme.getColor("primary_text")
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.SimpleButton
|
UM.SimpleButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue