fix: use accentColor in volume, backlight, and mpris panels
This commit is contained in:
parent
19eedf9c0e
commit
6c91fc031c
3 changed files with 9 additions and 9 deletions
|
|
@ -205,7 +205,7 @@ M.BarSection {
|
|||
anchors.leftMargin: 12
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
text: "\uF185"
|
||||
color: M.Theme.base0A
|
||||
color: root.accentColor
|
||||
font.pixelSize: M.Theme.fontSize + 2
|
||||
font.family: M.Theme.iconFontFamily
|
||||
}
|
||||
|
|
@ -228,7 +228,7 @@ M.BarSection {
|
|||
Rectangle {
|
||||
width: parent.width * root.percent / 100
|
||||
height: parent.height
|
||||
color: M.Theme.base0A
|
||||
color: root.accentColor
|
||||
radius: 3
|
||||
|
||||
Behavior on width {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue