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