From 0b75dde08aab6532f96a0bb1d9f525587eeb7e40 Mon Sep 17 00:00:00 2001 From: Priyatham Sai chand Date: Thu, 26 May 2022 21:46:30 +0530 Subject: [PATCH] add underlay color for userprofile --- components/UserProfile.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/UserProfile.js b/components/UserProfile.js index 19dff8d..4da633b 100644 --- a/components/UserProfile.js +++ b/components/UserProfile.js @@ -89,12 +89,16 @@ const updateSearch = search => { navigation.goBack()} - style={{activeOpacity: 1, underlayColor: 'red', color: 'white'}}> +underlayColor="white" + activeOpacity={0.5} + > navigation.goBack()} - style={{activeOpacity: 1, underlayColor: 'red', color: 'white'}}> +underlayColor="white" + activeOpacity={0.5} + >