Skip to content

Commit

Permalink
Merge pull request #2658 from gluestack/fix/input-android
Browse files Browse the repository at this point in the history
fix: inputfield styling in android
  • Loading branch information
gluestackadmin authored Jan 2, 2025
2 parents a48485b + a60b404 commit 325f8a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const inputSlotStyle = tva({
});

const inputFieldStyle = tva({
base: 'flex-1 text-typography-900 py-auto px-3 placeholder:text-typography-500 h-full ios:leading-[0px] web:cursor-text web:data-[disabled=true]:cursor-not-allowed',
base: 'flex-1 text-typography-900 py-0 px-3 placeholder:text-typography-500 h-full ios:leading-[0px] web:cursor-text web:data-[disabled=true]:cursor-not-allowed',

parentVariants: {
variant: {
Expand Down

0 comments on commit 325f8a3

Please sign in to comment.