fix: use accentColor in volume, backlight, and mpris panels

This commit is contained in:
Damocles 2026-04-13 20:04:46 +02:00
parent 19eedf9c0e
commit 6c91fc031c
3 changed files with 9 additions and 9 deletions

View file

@ -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 {