@sinco/react 1.2.5-rc.7 → 1.2.5-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.
- package/index.esm.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -21033,6 +21033,7 @@ var PageHeaderComponent = function PageHeaderComponent(_ref) {
|
|
21033
21033
|
showShadow = _ref$showShadow === void 0 ? true : _ref$showShadow;
|
21034
21034
|
return React__default.createElement(Stack, {
|
21035
21035
|
id: "main-container",
|
21036
|
+
"justify-content": "center",
|
21036
21037
|
height: 48,
|
21037
21038
|
position: fixed ? "fixed" : "relative",
|
21038
21039
|
width: fixed ? "100%" : "inherit",
|