aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/common')
-rw-r--r--src/components/common/SocialLinkModal.tsx3
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',
},
});