Merge pull request #4559 from carljustineoyales/chore/update-pulseaudio-slider-module

fix(pulseaudio-slider): Use `background` in CSS example
This commit is contained in:
Alexis Rouillard 2025-10-19 13:38:03 +02:00 committed by GitHub
commit 46d3e80bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,12 +77,12 @@ The slider is a component with multiple CSS Nodes, of which the following are ex
min-height: 80px;
min-width: 10px;
border-radius: 5px;
background-color: black;
background: black;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: green;
background: green;
}
```