@sinco/react 1.0.14-rc.50 → 1.0.14-rc.52
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 +2 -1
- 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",
|