sixseconds-modules 1.5.5 → 1.5.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/dist/index.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -84,7 +84,6 @@ const SubHeaderStyled = material.styled(material.AppBar)(() => ({
|
|
|
84
84
|
width: "100vw",
|
|
85
85
|
fontFamily: "Inter, sans-serif",
|
|
86
86
|
position: "fixed",
|
|
87
|
-
boxShadow: " -6px 2px 7px 1px #EDEDED",
|
|
88
87
|
zIndex: "99",
|
|
89
88
|
// left: "255px",
|
|
90
89
|
right: "0px",
|
|
@@ -5473,7 +5472,7 @@ const Header = ({
|
|
|
5473
5472
|
{
|
|
5474
5473
|
className: "hamburger-icon-btn",
|
|
5475
5474
|
onClick: () => setState((p) => ({ ...p, toggles: { ...p.toggles, dropDownMenu: !p.toggles.dropDownMenu } })),
|
|
5476
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(MenuIcon, { style: { width: "
|
|
5475
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(MenuIcon, { style: { width: "1em", height: "1em" } })
|
|
5477
5476
|
}
|
|
5478
5477
|
)
|
|
5479
5478
|
] })
|