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:
Ghostkeeper 2022-05-09 14:00:57 +02:00
parent 334fca6691
commit 763b40b8ec
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF

View file

@ -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