Skip to content

Commit

Permalink
fix: input search
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoa Phan committed Dec 30, 2022
1 parent 3228630 commit fa67244
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TextInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const TextInputComponent: CTextInput = (props) => {
<View style={styles.textInput}>
{renderLeftIcon?.()}
<TextInput
{...props}
style={StyleSheet.flatten([styles.input, inputStyle, font()])}
value={text}
placeholder={placeholder}
Expand Down

0 comments on commit fa67244

Please sign in to comment.