align module colors to their group accent
This commit is contained in:
parent
5b1c355917
commit
160937e674
10 changed files with 15 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ M.BarIcon {
|
|||
|
||||
property string profile: ""
|
||||
|
||||
color: root.profile === "performance" ? M.Theme.base09 : root.profile === "power-saver" ? M.Theme.base0B : M.Theme.base05
|
||||
color: root.profile === "performance" ? M.Theme.base09 : root.profile === "power-saver" ? M.Theme.base0B : M.Theme.base0A
|
||||
|
||||
icon: {
|
||||
if (root.profile === "performance")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue