Skip to content

Commit 9cc5e9b

Browse files
committed
put all button vertical margin on the bottom
1 parent 614475d commit 9cc5e9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/views/home/button.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ const styles = StyleSheet.create({
4747

4848
elevation: 2,
4949

50-
marginTop: CELL_MARGIN / 2,
51-
marginBottom: CELL_MARGIN / 2,
50+
marginBottom: CELL_MARGIN,
5251
marginLeft: CELL_MARGIN / 2,
5352
marginRight: CELL_MARGIN / 2,
5453
},

0 commit comments

Comments
 (0)