chore: fix tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function TextInput({
|
||||
style={[
|
||||
styles.input,
|
||||
{ color: colors.textPrimary },
|
||||
icon && styles.inputWithIcon,
|
||||
!!icon && styles.inputWithIcon,
|
||||
style,
|
||||
]}
|
||||
placeholderTextColor={colors.textMuted}
|
||||
|
||||
Reference in New Issue
Block a user