aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 00:01:27 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 00:01:27 -0500
commit5ca6ad3110ed086bec82b30090fb2f508f083025 (patch)
tree0bb67779b5e261da1f7abb8e85bfa502030392a4 /src
parent8183ce18a4b8fedb02c5af59f3021cc4d75f29f7 (diff)
Increase paddingTop to lower search bar
Diffstat (limited to 'src')
-rw-r--r--src/screens/search/SearchScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx
index 2c580c5b..61dea11e 100644
--- a/src/screens/search/SearchScreen.tsx
+++ b/src/screens/search/SearchScreen.tsx
@@ -176,7 +176,7 @@ const SearchScreen: React.FC = () => {
const styles = StyleSheet.create({
screenContainer: {
- paddingTop: 10,
+ paddingTop: 15,
backgroundColor: '#fff',
},
contentContainer: {