Skip to content

Commit

Permalink
Reduce slider handle size (#18427)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Oct 26, 2023
1 parent d8c7db6 commit a7dc2cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ha-slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export class HaSlider extends MdSlider {
:host {
--md-sys-color-primary: var(--primary-color);
--md-sys-color-outline: var(--outline-color);
--md-slider-handle-width: 14px;
--md-slider-handle-height: 14px;
min-width: 100px;
min-inline-size: 100px;
width: 200px;
Expand Down

0 comments on commit a7dc2cf

Please sign in to comment.