diff --git a/packages/react-native/src/input/index.tsx b/packages/react-native/src/input/index.tsx index 34f70ac40d..93659b62aa 100644 --- a/packages/react-native/src/input/index.tsx +++ b/packages/react-native/src/input/index.tsx @@ -102,6 +102,7 @@ const Input = forwardRef( position="relative" paddingHorizontal={'x1'} flex={1} + style={style} > {!!leftIcon && {leftIcon}} @@ -138,7 +139,7 @@ const Input = forwardRef( ); return labelPosition === 'left' ? ( - + ) : ( - +