From 16404ab12f4ef9095e57fbf31d7036ab7799b9f4 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 12 Dec 2022 16:25:55 -0500 Subject: [PATCH] refactor(input): label text wrapper scale uses SASS variable (#26468) --- core/src/components/input/input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/input/input.scss b/core/src/components/input/input.scss index 6ed0269c5d..b548a2c0e1 100644 --- a/core/src/components/input/input.scss +++ b/core/src/components/input/input.scss @@ -597,7 +597,7 @@ :host(.input-label-placement-stacked) .label-text-wrapper, :host(.has-focus.input-label-placement-floating) .label-text-wrapper, :host(.has-value.input-label-placement-floating) .label-text-wrapper { - @include transform(translateY(50%), scale(.75)); + @include transform(translateY(50%), scale(#{$input-floating-label-scale})); /** * Label text should not extend