reduce section header height

This commit is contained in:
ammarahm-ed
2021-01-05 10:29:00 +05:00
parent 5f32389f02
commit 3205013383
3 changed files with 13 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ const SimpleList = ({
useEffect(() => {
loadData();
}, [data, searchResults.results,loading]);
}, [data, searchResults.results, loading]);
const loadData = () => {
if (loading) return;
@@ -86,7 +86,7 @@ const SimpleList = ({
width: '100%',
justifyContent: 'space-between',
paddingHorizontal: 12,
height: 35,
height: 30,
backgroundColor:
index === 1
? headerProps.color