Skip to content

Commit

Permalink
Fixing padding vs scrolling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jun 23, 2021
1 parent d1062cc commit afc62cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/screens/Entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ const styles = StyleSheet.create({
flex: 1
},
border: {
paddingLeft: 15,
paddingRight: 15,
paddingTop: 15,
},
flatList: {
Expand All @@ -172,6 +170,8 @@ const styles = StyleSheet.create({
},
listItem: {
paddingBottom: 15,
paddingLeft: 15,
paddingRight: 15,
},
centerEmptySet: {
justifyContent: 'center',
Expand Down

0 comments on commit afc62cd

Please sign in to comment.