propagate group accent color to modules via accentColor chain

This commit is contained in:
Damocles 2026-04-12 22:14:45 +02:00
parent ec8672e837
commit 834bf808d0
20 changed files with 17 additions and 25 deletions

View file

@ -34,13 +34,13 @@ M.BarSection {
M.BarIcon {
icon: "\uF0C9"
color: M.Theme.base08
anchors.verticalCenter: parent.verticalCenter
}
M.BarLabel {
label: root.freePct + "% " + root.totalTb.toFixed(1)
minText: "100% 9.9"
color: M.Theme.base08
anchors.verticalCenter: parent.verticalCenter
}
}