@redsift/design-system 10.0.0-muiv5-alpha.4 → 10.0.0-muiv5-alpha.5
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/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -4940,7 +4940,7 @@ const AppBar = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
4940
4940
|
icon: mdiMenuOpen,
|
|
4941
4941
|
onClick: appContainerState.collapseSidePanel,
|
|
4942
4942
|
ref: iconButtonRef,
|
|
4943
|
-
color:
|
|
4943
|
+
color: "grey"
|
|
4944
4944
|
}))) : null, propsTitle && typeof propsTitle !== 'string' ? /*#__PURE__*/React__default.createElement(React__default.Fragment, null, propsTitle) : typeof propsTitle === 'string' ? /*#__PURE__*/React__default.createElement(Heading, {
|
|
4945
4945
|
as: "h1"
|
|
4946
4946
|
}, propsTitle) : breadcrumbs ? /*#__PURE__*/React__default.createElement(Breadcrumbs, {
|