@sinco/react 1.0.5-rc.6 → 1.0.6
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 +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -17223,7 +17223,6 @@ const PageContent = styled$1(Stack$1)(() => ({
|
|
|
17223
17223
|
padding: "8px 24px",
|
|
17224
17224
|
justifyContent: "space-between",
|
|
17225
17225
|
minHeight: 39,
|
|
17226
|
-
position: "fixed",
|
|
17227
17226
|
width: "100%"
|
|
17228
17227
|
}));
|
|
17229
17228
|
const PageHeader = page => {
|