Skip to content

Commit 6e70434

Browse files
committed
add one button's vertical padding to the top of the scrollview
margin seems to mess up the computation more than padding does
1 parent 9cc5e9b commit 6e70434

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/views/home/home.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ export default connect(mapStateToProps)(HomePage)
9090
const styles = StyleSheet.create({
9191
cells: {
9292
marginHorizontal: CELL_MARGIN / 2,
93-
marginTop: CELL_MARGIN / 2,
94-
paddingBottom: CELL_MARGIN / 2,
93+
paddingTop: CELL_MARGIN,
9594

9695
flexDirection: 'row',
9796
},

0 commit comments

Comments
 (0)