add underlay color for userprofile
This commit is contained in:
parent
d82a430d79
commit
0b75dde08a
|
@ -89,12 +89,16 @@ const updateSearch = search => {
|
|||
<View style={styles.iconContainer}>
|
||||
<TouchableHighlight
|
||||
onPress={() => navigation.goBack()}
|
||||
style={{activeOpacity: 1, underlayColor: 'red', color: 'white'}}>
|
||||
underlayColor="white"
|
||||
activeOpacity={0.5}
|
||||
>
|
||||
<Icon name="arrow-back" type="ionicon" size={36} color="#206ba5" />
|
||||
</TouchableHighlight>
|
||||
<TouchableHighlight
|
||||
onPress={() => navigation.goBack()}
|
||||
style={{activeOpacity: 1, underlayColor: 'red', color: 'white'}}>
|
||||
underlayColor="white"
|
||||
activeOpacity={0.5}
|
||||
>
|
||||
<Icon
|
||||
name="settings-outline"
|
||||
type="ionicon"
|
||||
|
|
Loading…
Reference in New Issue