mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-29 00:21:41 +03:00
updated a bit
This commit is contained in:
parent
80f0b578c9
commit
4123ae31b2
@ -21,7 +21,7 @@ export default EStyleSheet.create({
|
||||
marginLeft: 16,
|
||||
},
|
||||
input: {
|
||||
color: '$primaryDarkGray',
|
||||
color: '$iconColor',
|
||||
fontSize: 14,
|
||||
flexGrow: 1,
|
||||
paddingHorizontal: 10,
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user