Skip to content

Commit

Permalink
fix: foreground color set option not changing colors
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Jan 7, 2025
1 parent c153795 commit 2aee2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 2aee2d2

Please sign in to comment.