Skip to content

Commit

Permalink
add default to styles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynthakur committed Dec 1, 2023
1 parent 8e6f66c commit edf8321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/(tabs)/search/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const styles = StyleSheet.create({
marginTop: 24,
flex: 1,
},
default: {
paddingHorizontal: 8,
},
searchContainer: {
backgroundColor: 'transparent',
borderRadius: 10,
Expand Down

0 comments on commit edf8321

Please sign in to comment.