diff --git a/resources/qml/ApplicationSwitcher/ApplicationButton.qml b/resources/qml/ApplicationSwitcher/ApplicationButton.qml index a6176f3153..e3bee3d5fc 100644 --- a/resources/qml/ApplicationSwitcher/ApplicationButton.qml +++ b/resources/qml/ApplicationSwitcher/ApplicationButton.qml @@ -95,6 +95,7 @@ Button verticalAlignment: Text.AlignVCenter wrapMode: Text.Wrap elide: Text.ElideRight + color: UM.Theme.getColor("primary_text") } } }