From e8483f3867f512dd3b70895650e3f3e4164f6cd8 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Wed, 27 Jan 2021 16:42:21 -0800 Subject: thinner rectangle --- src/components/profile/ProfileBody.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/profile') diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 8a07ac72..1ee3ae2b 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -176,7 +176,7 @@ const styles = StyleSheet.create({ justifyContent: 'center', alignItems: 'center', width: SCREEN_WIDTH * 0.4, - height: SCREEN_WIDTH * 0.09, + height: SCREEN_WIDTH * 0.075, borderColor: TAGG_LIGHT_BLUE, borderWidth: 2, borderRadius: 0, @@ -201,7 +201,7 @@ const styles = StyleSheet.create({ justifyContent: 'center', alignItems: 'center', width: SCREEN_WIDTH * 0.4, - height: SCREEN_WIDTH * 0.09, + height: SCREEN_WIDTH * 0.075, padding: 0, borderWidth: 2, borderColor: TAGG_LIGHT_BLUE, -- cgit v1.2.3-70-g09d2