Skip to content

Commit

Permalink
Fixing v4 textarea style
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMora committed Dec 10, 2024
1 parent 64f971d commit debf55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react/components/textarea/Textarea.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ const Textarea = (
},
leftIcon: {
position: 'absolute',
top: (dynamicPlaceholder && 16) || (!dynamicPlaceholder && label && sample && 60) || 55,
top: (dynamicPlaceholder && 16) || (!dynamicPlaceholder && label && sample && 70) || 45,
left: 16,
zIndex: 10,
},
rightIcon: {
position: 'absolute',
top: (dynamicPlaceholder && 16) || (!dynamicPlaceholder && label && sample && 60) || 55,
top: (dynamicPlaceholder && 16) || (!dynamicPlaceholder && label && sample && 70) || 45,
right: 16,
zIndex: 10,
},
Expand Down

0 comments on commit debf55f

Please sign in to comment.