@sinco/react 1.2.5-rc.4 → 1.2.5-rc.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.esm.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -20268,6 +20268,7 @@ var PageHeaderComponent = function PageHeaderComponent(_ref) {
|
|
20268
20268
|
return React__default.createElement(Stack, {
|
20269
20269
|
id: "main-container",
|
20270
20270
|
height: 48,
|
20271
|
+
justifyContent: "center",
|
20271
20272
|
position: fixed ? "fixed" : "relative",
|
20272
20273
|
width: fixed ? "100%" : "inherit",
|
20273
20274
|
bgcolor: "background.paper",
|