aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-21 16:12:17 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-05-21 16:12:17 -0700
commitb86d07cc9b93fd4c6e1780ba9eea482c99af840c (patch)
tree98959cb5ca3fa975fc45841a3a3104e85f3f2784 /src/components
parentd8d5321985f4eef6fd5750e35dc10e57d4dce5b5 (diff)
Fix spacing for tagged user tile
Diffstat (limited to 'src/components')
-rw-r--r--src/components/profile/ProfilePreview.tsx2
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',