Skip to content

Commit

Permalink
rename style container for the native TextInput
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhutornyi committed Jan 10, 2024
1 parent b849ce7 commit 9ec49ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TextInput/BaseTextInput/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function BaseTextInput(
errorText = '',
icon = null,
textInputContainerStyles,
touchableInputWrapperStyle,
containerStyles,
inputStyle,
forceActiveLabel = false,
Expand Down Expand Up @@ -273,7 +274,7 @@ function BaseTextInput(
style={[
autoGrowHeight && styles.autoGrowHeightInputContainer(textInputHeight, variables.componentSizeLarge, typeof maxHeight === 'number' ? maxHeight : 0),
!isMultiline && styles.componentHeightLarge,
containerStyles,
touchableInputWrapperStyle,
]}
>
<View
Expand Down

0 comments on commit 9ec49ac

Please sign in to comment.