diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-01 18:53:17 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-01 18:53:17 -0400 |
| commit | cc71a8ce5808b2f7c40423c1a731821105215984 (patch) | |
| tree | 8807f4331b6934c974ecde82732729fc0a473210 /src/components/profile | |
| parent | 653aae1cd0409effdd14e215078986737c4c65ef (diff) | |
Cleanup code/logic, Update heading/subheading, Adjust styling
Diffstat (limited to 'src/components/profile')
| -rw-r--r-- | src/components/profile/ProfileBadges.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/ProfileBadges.tsx b/src/components/profile/ProfileBadges.tsx index 39e84705..089d9ea4 100644 --- a/src/components/profile/ProfileBadges.tsx +++ b/src/components/profile/ProfileBadges.tsx @@ -135,6 +135,7 @@ const styles = StyleSheet.create({ badgeContainer: { width: '100%', justifyContent: 'space-between', + marginTop: 5, marginBottom: 15, }, circle: { |
