@salesgenterp/ui-components 0.4.88 → 0.4.89
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4646,7 +4646,7 @@ var AccountDetails = function AccountDetails(_ref) {
|
|
|
4646
4646
|
_ref$primaryColor = _ref.primaryColor,
|
|
4647
4647
|
primaryColor = _ref$primaryColor === void 0 ? '#BF262D' : _ref$primaryColor,
|
|
4648
4648
|
_ref$secondaryColor = _ref.secondaryColor,
|
|
4649
|
-
secondaryColor = _ref$secondaryColor === void 0 ? '#
|
|
4649
|
+
secondaryColor = _ref$secondaryColor === void 0 ? '#26232F' : _ref$secondaryColor,
|
|
4650
4650
|
_ref$backgroundColor = _ref.backgroundColor,
|
|
4651
4651
|
backgroundColor = _ref$backgroundColor === void 0 ? '#1F1B1B' : _ref$backgroundColor;
|
|
4652
4652
|
return /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(material.CssBaseline, null), /*#__PURE__*/React__default.createElement(Root$1, {
|