diff --git a/src/v2/components/UI/TableCard/styles.js b/src/v2/components/UI/TableCard/styles.js index a079f98d..ee9e8ba3 100644 --- a/src/v2/components/UI/TableCard/styles.js +++ b/src/v2/components/UI/TableCard/styles.js @@ -4,9 +4,9 @@ import getColor from 'v2/utils/getColor'; export default makeStyles(theme => ({ card: { padding: 7, - background: getColor('grey2')(theme), + background: getColor('grey5')(theme), marginBottom: 1, - borderRight: `1px solid ${getColor('dark')(theme)}`, + marginRight: 12, '& ul': { padding: 0, margin: 0, @@ -14,10 +14,7 @@ export default makeStyles(theme => ({ flexWrap: 'wrap', '& li': { padding: 10, - width: '33.33%', - [theme.breakpoints.down('xs')]: { - width: '50%', - }, + width: '50%', '& div:last-child': { whiteSpace: 'nowrap', textOverflow: 'ellipsis', diff --git a/src/v2/components/Validators/Table/styles.js b/src/v2/components/Validators/Table/styles.js index 2cacc931..11be821e 100644 --- a/src/v2/components/Validators/Table/styles.js +++ b/src/v2/components/Validators/Table/styles.js @@ -39,6 +39,7 @@ export default makeStyles(theme => ({ [theme.breakpoints.down('sm')]: { padding: '10px 18px 0', marginBottom: 10, + borderBottom: 'none' }, }, link: {