diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-21 16:12:17 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-21 16:12:17 -0700 |
commit | b86d07cc9b93fd4c6e1780ba9eea482c99af840c (patch) | |
tree | 98959cb5ca3fa975fc45841a3a3104e85f3f2784 | |
parent | d8d5321985f4eef6fd5750e35dc10e57d4dce5b5 (diff) |
Fix spacing for tagged user tile
-rw-r--r-- | src/components/profile/ProfilePreview.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/ProfilePreview.tsx b/src/components/profile/ProfilePreview.tsx index af49c6a2..88c075e2 100644 --- a/src/components/profile/ProfilePreview.tsx +++ b/src/components/profile/ProfilePreview.tsx @@ -389,7 +389,7 @@ const styles = StyleSheet.create({ }, tagSelectionNameContainer: { width: '100%', - paddingVertical: '5%', + marginVertical: '10%', }, tagSelectionUsername: { fontWeight: '500', |