more padding tweaks

This commit is contained in:
Hailey
2024-06-11 23:54:23 -07:00
parent 68f6a3e4dd
commit 47aca61e90
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export function StepFeeds() {
data={filterFeeds(query ? searchedFeeds : popularFeeds)}
renderItem={renderItem}
keyExtractor={keyExtractor}
contentContainerStyle={{paddingTop: 8}}
contentContainerStyle={{paddingTop: 12}}
onEndReached={!query ? () => fetchNextPage() : undefined}
onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
@@ -59,7 +59,7 @@ export function StepProfiles() {
data={query ? results : follows}
renderItem={renderItem}
keyExtractor={keyExtractor}
contentContainerStyle={{paddingTop: 8}}
contentContainerStyle={{paddingTop: 12}}
onEndReached={!query ? () => fetchNextPage() : undefined}
onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}