propagate group accent color to modules via accentColor chain
This commit is contained in:
parent
ec8672e837
commit
834bf808d0
20 changed files with 17 additions and 25 deletions
|
|
@ -73,7 +73,7 @@ M.BarSection {
|
|||
|
||||
M.BarIcon {
|
||||
icon: "\uF294"
|
||||
color: root.state === "connected" ? M.Theme.base0D : root.state === "off" ? M.Theme.base04 : M.Theme.base0D
|
||||
color: root.state === "off" ? M.Theme.base04 : root.accentColor
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
M.BarLabel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue