Reduce slider handle size (#18427)

This commit is contained in:
Paul Bottein 2023-10-26 15:25:47 +02:00 committed by GitHub
parent d8c7db6ebf
commit a7dc2cfaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;