We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a250b92 commit b01eda6Copy full SHA for b01eda6
1 file changed
ui/panels/taskbar/volume.slint
@@ -12,7 +12,7 @@ import {
12
export component TaskbarVolume inherits BaseButton {
13
in property <int> volume;
14
15
- color: MaterialPalette.on_surface;
+ color: root.volume == 0 ? MaterialPalette.error : MaterialPalette.on_surface;
16
17
button_horizontal_padding: MaterialStyleMetrics.padding_4;
18
button_vertical_padding: MaterialStyleMetrics.padding_4;
0 commit comments