From b9cea1d772730de02303e69acbd0d46755cb6c8e Mon Sep 17 00:00:00 2001 From: aizad-deriv Date: Wed, 7 Feb 2024 17:23:43 +0800 Subject: [PATCH] fix: remove text transform --- lib/components/Input/Input.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/components/Input/Input.scss b/lib/components/Input/Input.scss index ca4f6378..74392d13 100644 --- a/lib/components/Input/Input.scss +++ b/lib/components/Input/Input.scss @@ -78,7 +78,6 @@ $border: 1px solid; display: flex; align-items: center; pointer-events: none; - text-transform: capitalize; transition: all 0.15s ease-out; font-size: 14px; &--general {