Fix "Fetching Packages" text in the Marketplace in dark mode

CURA-7627
This commit is contained in:
Kostas Karmas 2020-08-05 14:12:00 +02:00
parent deec650668
commit 4a04126e91

View file

@ -4,6 +4,7 @@
import QtQuick 2.10
import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4
import UM 1.3 as UM
Rectangle
{
@ -14,6 +15,7 @@ Rectangle
Label
{
text: catalog.i18nc("@info", "Fetching packages...")
color: UM.Theme.getColor("text")
anchors
{
centerIn: parent