aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-08 20:46:05 -0500
committerIvan Chen <ivan@tagg.id>2021-03-08 20:46:05 -0500
commit64a454efe603455f17a401a9d2c75e72f22c1f4f (patch)
treebb0df686ffdb8afe16c242532c6dcfd7038c7018 /src
parentf899dc058f90813c5ae71e55407a11e6ca13e1ed (diff)
added padding
Diffstat (limited to 'src')
-rw-r--r--src/components/search/SearchResultList.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/SearchResultList.tsx b/src/components/search/SearchResultList.tsx
index 939bfa2b..613ab734 100644
--- a/src/components/search/SearchResultList.tsx
+++ b/src/components/search/SearchResultList.tsx
@@ -75,6 +75,7 @@ const SearchResultList: React.FC<SearchResultsProps> = ({
const styles = StyleSheet.create({
container: {
height: SCREEN_HEIGHT,
+ paddingBottom: SCREEN_HEIGHT * 0.1,
},
sectionHeaderStyle: {
width: '100%',