@sinco/react 1.0.13-rc.6 → 1.0.13-rc.8

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16565,7 +16565,7 @@ const FooterActionComponent = ({
16565
16565
  }, /*#__PURE__*/React__default.createElement(Toolbar$1, {
16566
16566
  sx: {
16567
16567
  gap: 1.5,
16568
- height: "50px"
16568
+ minHeight: "50px !important"
16569
16569
  }
16570
16570
  }, renderLeftContent, /*#__PURE__*/React__default.createElement(Box$2, {
16571
16571
  flexGrow: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.13-rc.6",
3
+ "version": "1.0.13-rc.8",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",