diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-05 17:45:23 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-05 17:45:23 -0500 |
commit | ac9d34c3b63b7fbffd1a281b4d33b5a8326be7e2 (patch) | |
tree | 0d8ae964459f8526c92aa44bfbb842bb70a2b90b /src | |
parent | 231fed8c645dc29334b946dccca94fbb13116fe2 (diff) |
fixed padding
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', |