sevago-sso-fe 1.0.84 → 1.0.85
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.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7222,7 +7222,7 @@ const AppGridItem = ({
|
|
|
7222
7222
|
showNameApps = true,
|
|
7223
7223
|
direction = "column"
|
|
7224
7224
|
}) => {
|
|
7225
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
7225
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(StackRowAlignJustCenter, { sx: { flexDirection: direction, gap: PADDING_GAP_ITEM }, children: [
|
|
7226
7226
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7227
7227
|
StackRowAlignJustCenter,
|
|
7228
7228
|
{
|
|
@@ -7230,7 +7230,6 @@ const AppGridItem = ({
|
|
|
7230
7230
|
width: iconSize,
|
|
7231
7231
|
height: iconSize,
|
|
7232
7232
|
borderRadius: iconRadius,
|
|
7233
|
-
mb: 1.5,
|
|
7234
7233
|
background: app.color
|
|
7235
7234
|
},
|
|
7236
7235
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|