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
|
|
@ -34,12 +34,12 @@ M.BarSection {
|
|||
|
||||
M.BarIcon {
|
||||
icon: "\uF0C9"
|
||||
color: M.Theme.base09
|
||||
color: M.Theme.base08
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
M.BarLabel {
|
||||
label: root.freePct + "% " + root.totalTb.toFixed(1)
|
||||
color: M.Theme.base09
|
||||
color: M.Theme.base08
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue