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

Sign up to get free protection for your applications and to get access to all the features.
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"
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.7",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",