Skip to content

Commit

Permalink
Make disabled sliders properly visible (#19102)
Browse files Browse the repository at this point in the history
Followed similar variable usage by ha-*-chip components.

Fixes #19101
  • Loading branch information
NasaGeek authored Dec 20, 2023
1 parent 58eebf2 commit dcfe961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ha-slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dcfe961

Please sign in to comment.