Skip to content

Commit 533cd80

Browse files
authored
Merge pull request #2810 from gluestack/fix/grid-issues
fix: fixed select input text Inappropriately Positioning in android
2 parents 6f19f8e + 1c8f594 commit 533cd80

File tree

1 file changed

+1
-1
lines changed
  • example/storybook-nativewind/src/core-components/nativewind/select

1 file changed

+1
-1
lines changed

example/storybook-nativewind/src/core-components/nativewind/select/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const selectTriggerStyle = tva({
7272
});
7373

7474
const selectInputStyle = tva({
75-
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]',
75+
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]',
7676
parentVariants: {
7777
size: {
7878
xl: 'text-xl',

0 commit comments

Comments
 (0)