From a5f746525df9bb2967c252b70e7a4e2f9daa2b8d Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Fri, 5 Feb 2021 17:31:29 -0500 Subject: fixed text width and line height --- src/components/common/SocialLinkModal.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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', }, }); -- cgit v1.2.3-70-g09d2