diff options
Diffstat (limited to 'src/components')
-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', |