diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/common/SocialLinkModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/common/SocialLinkModal.tsx b/src/components/common/SocialLinkModal.tsx index c33eda6a..d3bc3945 100644 --- a/src/components/common/SocialLinkModal.tsx +++ b/src/components/common/SocialLinkModal.tsx @@ -129,7 +129,7 @@ const styles = StyleSheet.create({ lineHeight: 20, }, descriptionLabel: { - width: SCREEN_WIDTH * 0.75, + width: SCREEN_WIDTH * 0.7, marginTop: '3%', fontSize: normalize(11), fontWeight: '600', |