diff --git a/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml b/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml index 025239bd43..a30af6b335 100644 --- a/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml +++ b/plugins/Toolbox/resources/qml/pages/ToolboxLoadingPage.qml @@ -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