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/PrivateProfile.tsx | |
parent | f662d1cd85447de0f6be945a350d1f2d1be5033e (diff) |
Private account toggle changes
Diffstat (limited to 'src/components/profile/PrivateProfile.tsx')
-rw-r--r-- | src/components/profile/PrivateProfile.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/profile/PrivateProfile.tsx b/src/components/profile/PrivateProfile.tsx index efa7ff39..07a0dccc 100644 --- a/src/components/profile/PrivateProfile.tsx +++ b/src/components/profile/PrivateProfile.tsx @@ -16,10 +16,10 @@ const PrivateProfile: React.FC = () => { const styles = StyleSheet.create({ container: { - backgroundColor: '#F9F9F9', alignItems: 'center', justifyContent: 'center', - height: SCREEN_HEIGHT * 0.3, + backgroundColor: '#F9F9F9', + height: SCREEN_HEIGHT * 0.35, }, privateAccountTextContainer: {marginTop: '8%'}, privateAccountTextStyle: { |