mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 11:34:30 +03:00
Fixed search icon design on search modal
This commit is contained in:
parent
d41a3cec8c
commit
e3f121e22e
@ -21,7 +21,7 @@ export default EStyleSheet.create({
|
||||
},
|
||||
icon: {
|
||||
alignSelf: 'center',
|
||||
color: '$primaryDarkGray',
|
||||
color: '$iconColor',
|
||||
marginLeft: 16,
|
||||
},
|
||||
input: {
|
||||
|
@ -45,7 +45,7 @@ class SearchModalView extends Component {
|
||||
<View style={styles.container}>
|
||||
<SafeAreaView style={styles.safeArea}>
|
||||
<View style={styles.inputWrapper}>
|
||||
<Icon style={styles.icon} iconType="FontAwesome" name="search" size={20} />
|
||||
<Icon style={styles.icon} iconType="FontAwesome" name="search" size={15} />
|
||||
<TextInput
|
||||
style={styles.input}
|
||||
onChangeText={text => handleOnChangeSearchInput(text)}
|
||||
|
Loading…
Reference in New Issue
Block a user