updated a bit

This commit is contained in:
ue 2018-11-25 21:08:59 +03:00
parent 80f0b578c9
commit 4123ae31b2
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ export default EStyleSheet.create({
marginLeft: 16,
},
input: {
color: '$primaryDarkGray',
color: '$iconColor',
fontSize: 14,
flexGrow: 1,
paddingHorizontal: 10,

View File

@ -38,8 +38,8 @@ class SearchModalView extends Component {
<Icon style={styles.icon} iconType="FontAwesome" name="search" size={20} />
<TextInput
style={styles.input}
onChangeText={text => this.setState({ text })}
value={this.state.text}
// onChangeText={text => this.setState({ text })}
placeholder="Search..."
/>
<IconButton
iconStyle={styles.closeIcon}