mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 17:14:22 +03:00
updated a bit
This commit is contained in:
parent
80f0b578c9
commit
4123ae31b2
@ -21,7 +21,7 @@ export default EStyleSheet.create({
|
|||||||
marginLeft: 16,
|
marginLeft: 16,
|
||||||
},
|
},
|
||||||
input: {
|
input: {
|
||||||
color: '$primaryDarkGray',
|
color: '$iconColor',
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
paddingHorizontal: 10,
|
paddingHorizontal: 10,
|
||||||
|
@ -38,8 +38,8 @@ class SearchModalView extends Component {
|
|||||||
<Icon style={styles.icon} iconType="FontAwesome" name="search" size={20} />
|
<Icon style={styles.icon} iconType="FontAwesome" name="search" size={20} />
|
||||||
<TextInput
|
<TextInput
|
||||||
style={styles.input}
|
style={styles.input}
|
||||||
onChangeText={text => this.setState({ text })}
|
// onChangeText={text => this.setState({ text })}
|
||||||
value={this.state.text}
|
placeholder="Search..."
|
||||||
/>
|
/>
|
||||||
<IconButton
|
<IconButton
|
||||||
iconStyle={styles.closeIcon}
|
iconStyle={styles.closeIcon}
|
||||||
|
Loading…
Reference in New Issue
Block a user