@dartech/arsenal-ui 1.4.78 → 1.4.79

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +5 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1806,7 +1806,7 @@ const tableThemeOptions = {
1806
1806
  }
1807
1807
  },
1808
1808
  head: {
1809
- padding: baseTheme.spacing(2.75, 2),
1809
+ padding: baseTheme.spacing(2, 2),
1810
1810
  color: '#6D6E85'
1811
1811
  },
1812
1812
  body: {
@@ -1895,15 +1895,15 @@ const tableThemeOptions = {
1895
1895
  display: 'none'
1896
1896
  },
1897
1897
  withBorder: {
1898
- borderColor: '#26284214'
1898
+ borderColor: '#E0E3EA'
1899
1899
  },
1900
1900
  cell: {
1901
- minHeight: '40px !important',
1901
+ minHeight: '48px !important',
1902
1902
  textOverflow: 'ellipsis',
1903
1903
  wordBreak: 'break-all',
1904
1904
  lineHeight: 'unset',
1905
1905
  padding: baseTheme.spacing(1.25, 3),
1906
- borderColor: '#26284214',
1906
+ borderColor: '#E0E3EA',
1907
1907
  '&:focus': {
1908
1908
  outline: 'none'
1909
1909
  }
@@ -3992,7 +3992,7 @@ function TableInner({
3992
3992
  textOverflow: 'ellipsis',
3993
3993
  padding: ({
3994
3994
  spacing
3995
- }) => spacing(1.4, 0)
3995
+ }) => spacing(2.4, 0)
3996
3996
  }
3997
3997
  }, {
3998
3998
  children: jsx(Box, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.78",
3
+ "version": "1.4.79",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"