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}> <View style={styles.iconContainer}>
<TouchableHighlight <TouchableHighlight
onPress={() => navigation.goBack()} 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" /> <Icon name="arrow-back" type="ionicon" size={36} color="#206ba5" />
</TouchableHighlight> </TouchableHighlight>
<TouchableHighlight <TouchableHighlight
onPress={() => navigation.goBack()} onPress={() => navigation.goBack()}
style={{activeOpacity: 1, underlayColor: 'red', color: 'white'}}> underlayColor="white"
activeOpacity={0.5}
>
<Icon <Icon
name="settings-outline" name="settings-outline"
type="ionicon" type="ionicon"