Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-05-09 15:01:40 +0300
committerGhostkeeper <rubend@tutanota.com>2022-05-09 15:01:40 +0300
commit3c2c2219ac786d6e7a0bffc3a0aa4e0bae9d4328 (patch)
tree7db64416fa94074b6ee508abe7aa5d9a6891d317 /plugins/Marketplace
parent6f7145bb12e3f8c03a16447bcb5d689d6f82b2f8 (diff)
parent763b40b8ec489a50cec23b77e8dda9022426dcb7 (diff)
Merge branch '5.0'
Diffstat (limited to 'plugins/Marketplace')
-rw-r--r--plugins/Marketplace/resources/qml/OnboardBanner.qml2
1 files changed, 2 insertions, 0 deletions
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