mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:35:54 +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
|
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…
x
Reference in New Issue
Block a user