diff options
-rw-r--r-- | src/components/search/SearchResultList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/search/SearchResultList.tsx b/src/components/search/SearchResultList.tsx index 14d5de6d..f6e26820 100644 --- a/src/components/search/SearchResultList.tsx +++ b/src/components/search/SearchResultList.tsx @@ -70,7 +70,7 @@ const SearchResultList: React.FC<SearchResultsProps> = ({ const styles = StyleSheet.create({ container: { - marginTop: SCREEN_HEIGHT * 0.02, + paddingTop: 25, height: SCREEN_HEIGHT, }, sectionHeaderStyle: { |