aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-06 13:56:57 -0500
committerGitHub <noreply@github.com>2021-03-06 13:56:57 -0500
commit7e5f9c63360f8c4505bb414384e13f8c0f7576e4 (patch)
tree1e129a8f64515750771e49f07f7115e4f5886701 /src/components
parent3c38b38e0d3b2946a84c3d3bfd32cd223095e63d (diff)
parent5015ecd9f7149fdfa6b4d4611cacffb16743d8dc (diff)
Merge pull request #284 from IvanIFChen/hotfix-discover-users-layout
[HOTFIX] Discover Users Layout Fix
Diffstat (limited to 'src/components')
-rw-r--r--src/components/search/ExploreSectionUser.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/ExploreSectionUser.tsx b/src/components/search/ExploreSectionUser.tsx
index 6be8282b..d8c92be2 100644
--- a/src/components/search/ExploreSectionUser.tsx
+++ b/src/components/search/ExploreSectionUser.tsx
@@ -94,6 +94,7 @@ const styles = StyleSheet.create({
container: {
alignItems: 'center',
width: 100,
+ paddingVertical: 10,
},
gradient: {
height: 62,