diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/search/ExploreSectionUser.tsx | 1 |
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, |