From a3d04bc752ba0d6a343277b3a2f7b6d1dc399f48 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Tue, 21 Sep 2021 16:16:14 +0200 Subject: [PATCH] Use the correct color for the label CURA-8421 --- resources/qml/ApplicationSwitcher/ApplicationButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/ApplicationSwitcher/ApplicationButton.qml b/resources/qml/ApplicationSwitcher/ApplicationButton.qml index e3bee3d5fc..dd3195b268 100644 --- a/resources/qml/ApplicationSwitcher/ApplicationButton.qml +++ b/resources/qml/ApplicationSwitcher/ApplicationButton.qml @@ -95,7 +95,7 @@ Button verticalAlignment: Text.AlignVCenter wrapMode: Text.Wrap elide: Text.ElideRight - color: UM.Theme.getColor("primary_text") + color: UM.Theme.getColor("text") } } }