Make disabled sliders properly visible (#19102)

Followed similar variable usage by ha-*-chip components.

Fixes #19101
This commit is contained in:
Chris Roberts 2023-12-20 15:26:48 -06:00 committed by GitHub
parent 58eebf2dbd
commit dcfe9617b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ export class HaSlider extends MdSlider {
:host {
--md-sys-color-primary: var(--primary-color);
--md-sys-color-outline: var(--outline-color);
--md-sys-color-on-surface: var(--primary-text-color);
--md-slider-handle-width: 14px;
--md-slider-handle-height: 14px;
min-width: 100px;