diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-05 17:31:29 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-05 17:31:29 -0500 |
commit | a5f746525df9bb2967c252b70e7a4e2f9daa2b8d (patch) | |
tree | f9298839082b125362400b15304eb9e90dc4da3a /src | |
parent | 28c846b06a5aa189c092096662e88864c9e008db (diff) |
fixed text width and line height
Diffstat (limited to 'src')
-rw-r--r-- | src/components/common/SocialLinkModal.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/common/SocialLinkModal.tsx b/src/components/common/SocialLinkModal.tsx index 83c49943..c33eda6a 100644 --- a/src/components/common/SocialLinkModal.tsx +++ b/src/components/common/SocialLinkModal.tsx @@ -126,12 +126,15 @@ const styles = StyleSheet.create({ marginTop: '8%', fontSize: normalize(17), fontWeight: '600', + lineHeight: 20, }, descriptionLabel: { + width: SCREEN_WIDTH * 0.75, marginTop: '3%', fontSize: normalize(11), fontWeight: '600', textAlign: 'center', + lineHeight: 15, color: '#828282', }, }); |