From c2b3887f1f2d4766b820a79cec2ee5d167e5c67c Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Sat, 6 Feb 2021 17:58:43 -0800 Subject: bug fix --- src/components/common/FriendsButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/common/FriendsButton.tsx') diff --git a/src/components/common/FriendsButton.tsx b/src/components/common/FriendsButton.tsx index 6ef23a96..c7f56e2d 100644 --- a/src/components/common/FriendsButton.tsx +++ b/src/components/common/FriendsButton.tsx @@ -75,7 +75,7 @@ const styles = StyleSheet.create({ height: SCREEN_WIDTH * 0.075, borderColor: TAGG_LIGHT_BLUE, borderWidth: 2, - borderRadius: 0, + borderRadius: 3, marginRight: '2%', marginLeft: '1%', padding: 0, @@ -101,7 +101,7 @@ const styles = StyleSheet.create({ padding: 0, borderWidth: 2, borderColor: TAGG_LIGHT_BLUE, - borderRadius: 0, + borderRadius: 3, marginRight: '2%', marginLeft: '1%', backgroundColor: TAGG_LIGHT_BLUE, -- cgit v1.2.3-70-g09d2