@mw-kit/mw-ui 1.7.60 → 1.7.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17964,7 +17964,7 @@ var Row = styled.div(_templateObject$O || (_templateObject$O = _taggedTemplateLi
17964
17964
  }
17965
17965
 
17966
17966
  var config = striped === true ? {
17967
- even: ['lightestGrey', 50]
17967
+ even: ['ghostWhite', 50]
17968
17968
  } : striped;
17969
17969
  var colors = Object.keys(config).reduce(function (prev, key) {
17970
17970
  var _extends2;
@@ -17985,9 +17985,9 @@ var Row = styled.div(_templateObject$O || (_templateObject$O = _taggedTemplateLi
17985
17985
  return c;
17986
17986
  }, function (_ref7) {
17987
17987
  var borderless = _ref7.borderless,
17988
- lightestGrey = _ref7.theme.colors.lightestGrey;
17988
+ platinum = _ref7.theme.colors.platinum;
17989
17989
  if (borderless) return;
17990
- return css(_templateObject9$b || (_templateObject9$b = _taggedTemplateLiteralLoose(["\n :not(:last-child) {\n border-bottom: 1px solid ", ";\n }\n "])), lightestGrey);
17990
+ return css(_templateObject9$b || (_templateObject9$b = _taggedTemplateLiteralLoose(["\n border-bottom: 1px solid ", ";\n :last-child {\n border-bottom: 1px solid transparent;\n }\n "])), platinum);
17991
17991
  }, function (_ref8) {
17992
17992
  var hover = _ref8.hover,
17993
17993
  theme = _ref8.theme;