@sinco/react 1.0.14-rc.50 → 1.0.14-rc.52

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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16954,7 +16954,8 @@ const PageHeaderComponent = ({
16954
16954
  alignItems: "center"
16955
16955
  }, buttonBack, /*#__PURE__*/React__default.createElement(Stack$1, null, /*#__PURE__*/React__default.createElement(Stack$1, null, /*#__PURE__*/React__default.createElement(Typography$1, {
16956
16956
  variant: "h6",
16957
- color: "text.primary"
16957
+ color: "text.primary",
16958
+ sx: Object.assign({}, SincoTheme.typography.h6)
16958
16959
  }, title)), /*#__PURE__*/React__default.createElement(Stack$1, {
16959
16960
  alignItems: "center",
16960
16961
  flexDirection: "row",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.50",
3
+ "version": "1.0.14-rc.52",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",