diff --git a/packages/react/components/input/Input.native.tsx b/packages/react/components/input/Input.native.tsx index f3167a29..91e2a84c 100644 --- a/packages/react/components/input/Input.native.tsx +++ b/packages/react/components/input/Input.native.tsx @@ -279,12 +279,12 @@ const Input = ({ inputIcon: { position: 'absolute', right: 10, - top: !value ? -33 : -38, + top: dynamicPlaceholder && !label && value ? -38 : -33, }, inputIconLeft: { position: 'absolute', left: 10, - top: !dynamicPlaceholder && !value ? -33 : -38, + top: dynamicPlaceholder && !label && value ? -38 : -33, }, text: { zIndex: -1,