From 4e67f0e2b0f6ca4e9ec7943a824edb9c8d383607 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 24 Feb 2021 16:01:53 +0100 Subject: [PATCH] Fix typo --- applets/krunner/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/krunner/contents/ui/main.qml b/applets/krunner/contents/ui/main.qml index 51c8281e..65bb09a3 100644 --- a/applets/krunner/contents/ui/main.qml +++ b/applets/krunner/contents/ui/main.qml @@ -88,7 +88,7 @@ Item { anchors.fill: parent Kirigami.Theme.inherit: false Kirigami.Theme.colorSet: Kirigami.Theme.View - color: Kirigami.Theme.BackgroundColor + color: Kirigami.Theme.backgroundColor PlasmaCore.IconItem { anchors { bottom: parent.bottom