mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +08: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
@ -30,6 +30,8 @@ Rectangle
|
||||
}
|
||||
width: UM.Theme.getSize("banner_icon_size").width
|
||||
height: UM.Theme.getSize("banner_icon_size").height
|
||||
|
||||
color: UM.Theme.getColor("primary_text")
|
||||
}
|
||||
|
||||
UM.SimpleButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user