add underlay color for userprofile

This commit is contained in:
Priyatham Sai chand 2022-05-26 21:46:30 +05:30
parent d82a430d79
commit 0b75dde08a
No known key found for this signature in database
GPG Key ID: C3DFD0A2F6675222
1 changed files with 6 additions and 2 deletions

View File

@ -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"