From 28adec962e9fac9e8cebfb52bbbcc73d4bd9f5e4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 25 Jun 2020 06:49:07 -0400 Subject: [PATCH] Fix switch thumb height --- src/components/switch/switch.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/switch/switch.scss b/src/components/switch/switch.scss index 1f60f89b4..3d2950963 100644 --- a/src/components/switch/switch.scss +++ b/src/components/switch/switch.scss @@ -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);