@3sc/common-component 0.0.94 → 0.0.95
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27447,7 +27447,7 @@ const Xv = ({ breadcrumbProps: e }) => {
|
|
|
27447
27447
|
borderBottom: `0.1rem solid ${t.palette.primary.notifyBorderColor}`,
|
|
27448
27448
|
height: "3rem",
|
|
27449
27449
|
p: "0 1.4rem",
|
|
27450
|
-
zIndex:
|
|
27450
|
+
zIndex: 4,
|
|
27451
27451
|
position: "relative"
|
|
27452
27452
|
},
|
|
27453
27453
|
direction: "row",
|