From 763b40b8ec489a50cec23b77e8dda9022426dcb7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 9 May 2022 14:00:57 +0200 Subject: [PATCH] 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. --- plugins/Marketplace/resources/qml/OnboardBanner.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Marketplace/resources/qml/OnboardBanner.qml b/plugins/Marketplace/resources/qml/OnboardBanner.qml index 8217a7d03f..5ae0d6e0d9 100644 --- a/plugins/Marketplace/resources/qml/OnboardBanner.qml +++ b/plugins/Marketplace/resources/qml/OnboardBanner.qml @@ -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