diff options
author | Ivan Chen <ivan@tagg.id> | 2021-01-21 15:00:39 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-01-21 15:00:39 -0500 |
commit | 704c6c6bada682ec7e9008a775f4719fd1d0bd00 (patch) | |
tree | 0cdd4fb0720abc2e54c2a0470b3a207090d6d859 /src/components/profile/ProfileBody.tsx | |
parent | 30a7a34f8c5eb379de4e5ebe38cfeeb259f3f1e3 (diff) |
fixed isIPhoneX and adjusted spacing
Diffstat (limited to 'src/components/profile/ProfileBody.tsx')
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 6284ff59..0b00481b 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -162,7 +162,6 @@ const styles = StyleSheet.create({ fontWeight: '600', fontSize: 16.5, marginBottom: '1%', - marginTop: '-3%', }, biography: { fontSize: 16, |