From 1e24351295e6fe3182eb3187eaf8b42cf6c62914 Mon Sep 17 00:00:00 2001 From: Manuel Calavera Date: Thu, 24 Oct 2019 13:06:11 -0700 Subject: [PATCH] fix: table styles --- src/v2/components/UI/TableCard/styles.js | 9 +++------ src/v2/components/Validators/Table/styles.js | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) 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: {