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 9cc5e9b commit 6e70434Copy full SHA for 6e70434
source/views/home/home.js
@@ -90,8 +90,7 @@ export default connect(mapStateToProps)(HomePage)
90
const styles = StyleSheet.create({
91
cells: {
92
marginHorizontal: CELL_MARGIN / 2,
93
- marginTop: CELL_MARGIN / 2,
94
- paddingBottom: CELL_MARGIN / 2,
+ paddingTop: CELL_MARGIN,
95
96
flexDirection: 'row',
97
},
0 commit comments