diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-01-27 16:42:21 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-01-27 16:42:21 -0800 |
commit | e8483f3867f512dd3b70895650e3f3e4164f6cd8 (patch) | |
tree | 9c11725c4d883fcc586d361f5bcfe711ac3f715b /src | |
parent | 23ddb03d6fc114903439c39f546dcb8ce9a08858 (diff) |
thinner rectangle
Diffstat (limited to 'src')
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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, |