sixseconds-modules 1.3.5 → 1.3.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.es.js CHANGED
@@ -84,7 +84,7 @@ const SubHeaderStyled = styled(AppBar)(() => ({
84
84
  right: "0px",
85
85
  top: "66px",
86
86
  background: "#fff",
87
- width: "256px",
87
+ width: "380px",
88
88
  borderRadius: "16px",
89
89
  zIndex: "999",
90
90
  boxShadow: "0px 4px 6px -2px #1A191908",
@@ -5300,7 +5300,10 @@ const AppMenus = ({ menuItems, setInitialState }) => {
5300
5300
  item: true,
5301
5301
  md: 4,
5302
5302
  xs: 6,
5303
- style: { cursor: "pointer" },
5303
+ style: {
5304
+ cursor: "pointer",
5305
+ textDecoration: "none"
5306
+ },
5304
5307
  children: /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
5305
5308
  Box,
5306
5309
  {