From fc84e1a50d236c07d18eafefeaa73b70d59d58de Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Mon, 6 Jan 2025 17:10:11 -0500 Subject: [PATCH] Replace M form control height with size-dependent height (#425) --- src/styles/native/slider.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/native/slider.css b/src/styles/native/slider.css index 0ddcf254f..66c568e55 100644 --- a/src/styles/native/slider.css +++ b/src/styles/native/slider.css @@ -21,7 +21,7 @@ input[type='range'] { border-radius: calc(var(--track-height) / 2); width: 100%; height: var(--track-height); - line-height: var(--wa-form-control-height-m); + line-height: var(--wa-form-control-height); vertical-align: middle; margin: 0; --dir: right;