diff --git a/src/components/Table/index.jsx b/src/components/Table/index.jsx index ec3e5c2e..63fece67 100644 --- a/src/components/Table/index.jsx +++ b/src/components/Table/index.jsx @@ -29,7 +29,7 @@ type State = { const styles = { root: { backgroundColor: 'white', - boxShadow: '0 -1px 5px 0 rgba(74, 85, 121, 0.5)', + boxShadow: '0 -1px 4px 0 rgba(74, 85, 121, 0.5)', }, selectRoot: { lineHeight: '40px', @@ -40,7 +40,7 @@ const styles = { }, paginationRoot: { backgroundColor: 'white', - boxShadow: '0 2px 5px 0 rgba(74, 85, 121, 0.5)', + boxShadow: '0 2px 4px 0 rgba(74, 85, 121, 0.5)', }, } diff --git a/src/routes/safe/component/Balances/index.jsx b/src/routes/safe/component/Balances/index.jsx index 74443780..4421cc0f 100644 --- a/src/routes/safe/component/Balances/index.jsx +++ b/src/routes/safe/component/Balances/index.jsx @@ -54,6 +54,9 @@ const styles = { zero: { letterSpacing: '-0.5px', }, + message: { + margin: `${sm} 0`, + }, } type Props = { @@ -82,7 +85,7 @@ class Balances extends React.Component { return ( - +