@sinco/react 1.2.2-rc.7 → 1.2.2-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
|
@@ -17054,6 +17054,7 @@ var PageHeaderComponent = function PageHeaderComponent(_ref2) {
|
|
|
17054
17054
|
return React__default.createElement(Stack, {
|
|
17055
17055
|
position: fixed ? "fixed" : "relative",
|
|
17056
17056
|
width: fixed ? "100%" : "inherit",
|
|
17057
|
+
height: 48,
|
|
17057
17058
|
bgcolor: "background.paper",
|
|
17058
17059
|
sx: {
|
|
17059
17060
|
boxShadow: function boxShadow(theme) {
|