Skip to content

Commit

Permalink
styling nits
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynthakur committed Dec 1, 2023
1 parent 17e3956 commit 15e0116
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(tabs)/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function SearchScreen() {
</Text>
</View>
) : (
<ScrollView showsHorizontalScrollIndicator={false} bounces={false}>
<ScrollView showsVerticalScrollIndicator={false} bounces={false}>
<View style={styles.recentSpacing}>
<Text style={styles.searchText}>Recent Searches</Text>
<Pressable onPress={clearRecentSearches}>
Expand Down
1 change: 0 additions & 1 deletion src/app/(tabs)/search/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const styles = StyleSheet.create({
},
contentCotainerStories: {
paddingHorizontal: 8,
paddingBottom: 24,
},
genreText: {
flexDirection: 'row',
Expand Down

0 comments on commit 15e0116

Please sign in to comment.