mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Fix switch thumb height
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
:host {
|
||||
--height: var(--sl-toggle-size);
|
||||
--thumb-size: calc(var(--sl-toggle-size) + 2px);
|
||||
--thumb-size: calc(var(--sl-toggle-size) + 4px);
|
||||
--track-border-radius: var(--height);
|
||||
--width: calc(var(--height) * 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user