mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
reduce section header height
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user