diff --git a/src/components/primitives/Input/InputBase.tsx b/src/components/primitives/Input/InputBase.tsx index d6f77c0a7..67400654b 100644 --- a/src/components/primitives/Input/InputBase.tsx +++ b/src/components/primitives/Input/InputBase.tsx @@ -138,7 +138,7 @@ const InputBase = ( } : {})} ref={mergeRefs([ref, _ref, wrapperRef])} - style={Platform.OS === 'web' ? { outline: 'none' } : {}} + style={[Platform.OS === 'web' ? { outline: 'none' } : {}, props.style]} /> ); };