File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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 } ,
@@ -59,9 +58,7 @@ const styles = StyleSheet.create({
5958 } ,
6059 rectangleButtonText : {
6160 color : c . white ,
62- // marginTop: cellVerticalPadding / 2,
6361 fontFamily : Platform . OS === 'ios' ? 'System' : 'sans-serif-condensed' ,
64- // textAlign: 'center',
6562 fontSize : 14 ,
6663 } ,
6764} )
Original file line number Diff line number Diff line change @@ -90,8 +90,7 @@ export default connect(mapStateToProps)(HomePage)
9090const 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 } ,
You can’t perform that action at this time.
0 commit comments