@salesgenterp/ui-components 0.4.89 → 0.4.90

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.
package/dist/index.js CHANGED
@@ -4647,8 +4647,7 @@ var AccountDetails = function AccountDetails(_ref) {
4647
4647
  primaryColor = _ref$primaryColor === void 0 ? '#BF262D' : _ref$primaryColor,
4648
4648
  _ref$secondaryColor = _ref.secondaryColor,
4649
4649
  secondaryColor = _ref$secondaryColor === void 0 ? '#26232F' : _ref$secondaryColor,
4650
- _ref$backgroundColor = _ref.backgroundColor,
4651
- backgroundColor = _ref$backgroundColor === void 0 ? '#1F1B1B' : _ref$backgroundColor;
4650
+ backgroundColor = _ref.backgroundColor;
4652
4651
  return /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(material.CssBaseline, null), /*#__PURE__*/React__default.createElement(Root$1, {
4653
4652
  primaryColor: primaryColor
4654
4653
  }, /*#__PURE__*/React__default.createElement(ContainerDrawer, {