We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f19f8e + 1c8f594 commit 533cd80Copy full SHA for 533cd80
example/storybook-nativewind/src/core-components/nativewind/select/index.tsx
@@ -72,7 +72,7 @@ const selectTriggerStyle = tva({
72
});
73
74
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]',
+ 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]',
76
parentVariants: {
77
size: {
78
xl: 'text-xl',
0 commit comments