From 1c8f594858dd55f7b19489093740b20bce43cbd2 Mon Sep 17 00:00:00 2001 From: Sanchitv3 Date: Fri, 11 Apr 2025 13:24:58 +0530 Subject: [PATCH] fix: fixed select input text Inappropriately Positioning in android --- .../src/core-components/nativewind/select/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/storybook-nativewind/src/core-components/nativewind/select/index.tsx b/example/storybook-nativewind/src/core-components/nativewind/select/index.tsx index fb1270c7d..0a16fa3f5 100644 --- a/example/storybook-nativewind/src/core-components/nativewind/select/index.tsx +++ b/example/storybook-nativewind/src/core-components/nativewind/select/index.tsx @@ -72,7 +72,7 @@ const selectTriggerStyle = tva({ }); const selectInputStyle = tva({ - base: 'py-auto px-3 placeholder:text-typography-500 web:w-full h-full text-typography-900 pointer-events-none web:outline-none ios:leading-[0px]', + base: 'py-0 px-3 placeholder:text-typography-500 web:w-full h-full text-typography-900 pointer-events-none web:outline-none ios:leading-[0px]', parentVariants: { size: { xl: 'text-xl',