Fixed search icon design on search modal

This commit is contained in:
Mustafa Buyukcelebi 2018-12-09 18:28:56 +03:00
parent d41a3cec8c
commit e3f121e22e
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export default EStyleSheet.create({
},
icon: {
alignSelf: 'center',
color: '$primaryDarkGray',
color: '$iconColor',
marginLeft: 16,
},
input: {

View File

@ -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)}