diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-25 17:09:45 -0700 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-25 17:09:45 -0700 |
commit | 82acd049763452decdab0c40e6cf7286dd2ed57d (patch) | |
tree | ca6af18b1cc9f3f4fbd54fb3e16470543c445e14 /src/components/profile/ProfileBody.tsx | |
parent | f662d1cd85447de0f6be945a350d1f2d1be5033e (diff) |
Private account toggle changes
Diffstat (limited to 'src/components/profile/ProfileBody.tsx')
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 646be3e0..3aef5990 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -119,6 +119,7 @@ const styles = StyleSheet.create({ flex: 1, paddingTop: '3.5%', paddingBottom: '2%', + width: '50%', }, container: { paddingVertical: '1%', |