We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1062cc commit afc62cdCopy full SHA for afc62cd
app/screens/Entry.js
@@ -158,8 +158,6 @@ const styles = StyleSheet.create({
158
flex: 1
159
},
160
border: {
161
- paddingLeft: 15,
162
- paddingRight: 15,
163
paddingTop: 15,
164
165
flatList: {
@@ -172,6 +170,8 @@ const styles = StyleSheet.create({
172
170
173
171
listItem: {
174
paddingBottom: 15,
+ paddingLeft: 15,
+ paddingRight: 15,
175
176
centerEmptySet: {
177
justifyContent: 'center',
0 commit comments