Skip to content

Commit 2aee2d2

Browse files
committed
fix: foreground color set option not changing colors
1 parent c153795 commit 2aee2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/contents/ui/main.qml

+2-2
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,10 @@ PlasmoidItem {
439439
bottomLeftRadius: bottomLeftRadius
440440
bottomRightRadius: bottomRightRadius
441441
}
442-
Kirigami.Theme.colorSet: Kirigami.Theme[bgColorCfg.systemColorSet]
442+
443443
color: {
444444
if (bgEnabled) {
445-
return getColor(bgColorCfg, targetIndex, null, itemType, rect)
445+
return getColor(bgColorCfg, targetIndex, null, itemType, bgColorHolder)
446446
} else {
447447
return "transparent"
448448
}

0 commit comments

Comments
 (0)