diff --git a/package/contents/ui/main.qml b/package/contents/ui/main.qml index 4b364b7..7676c35 100644 --- a/package/contents/ui/main.qml +++ b/package/contents/ui/main.qml @@ -439,10 +439,10 @@ PlasmoidItem { bottomLeftRadius: bottomLeftRadius bottomRightRadius: bottomRightRadius } - Kirigami.Theme.colorSet: Kirigami.Theme[bgColorCfg.systemColorSet] + color: { if (bgEnabled) { - return getColor(bgColorCfg, targetIndex, null, itemType, rect) + return getColor(bgColorCfg, targetIndex, null, itemType, bgColorHolder) } else { return "transparent" }