Skip to content

Commit

Permalink
style(styles): correction and improvement of the tables
Browse files Browse the repository at this point in the history
  • Loading branch information
pbasti committed Mar 1, 2018
1 parent 7af61a3 commit ef7ea39
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Table/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import {StyleSheet} from 'react-native';

export default StyleSheet.create({
row: {
marginTop: 20
marginRight: 10,
marginLeft: 10,
borderBottomWidth: 1,
borderBottomColor: '#dcddde'
},
col: {
paddingLeft: 20,
justifyContent: 'center',
alignItems: 'center'
},
Expand All @@ -14,6 +16,7 @@ export default StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
borderBottomWidth: 1,
borderBottomColor: '#b1b4b5'
borderBottomColor: '#b1b4b5',
marginTop: 20
}
});

0 comments on commit ef7ea39

Please sign in to comment.