diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-10 14:03:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 14:03:56 -0400 |
commit | 49136f4056cb40f43d282d534aacf27076f47d8b (patch) | |
tree | 16a0860705ab4b598b33149b73241e0dce3177c7 /src/components/profile/ProfileBody.tsx | |
parent | 1c3f2c5712ca0c865f5933b3e6b1aff7604e9f35 (diff) | |
parent | 6eae7a3769aad1424a69d1ba676268f1acccad04 (diff) |
Merge pull request #408 from IvanIFChen/tma838-fix-font-sizes
[TMA-838] Fixed/reverted font issues
Diffstat (limited to 'src/components/profile/ProfileBody.tsx')
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 400a31e7..3d654724 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -185,15 +185,15 @@ const styles = StyleSheet.create({ }, username: { fontWeight: '600', - fontSize: normalize(12), + fontSize: normalize(13.5), marginBottom: '1%', }, biography: { - fontSize: normalize(12), + fontSize: normalize(13.5), marginBottom: '1.5%', }, website: { - fontSize: normalize(12), + fontSize: normalize(13.5), color: TAGG_DARK_BLUE, marginBottom: '1%', }, |