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.esm.js
CHANGED
|
@@ -7204,7 +7204,7 @@ const AppGridItem = ({
|
|
|
7204
7204
|
showNameApps = true,
|
|
7205
7205
|
direction = "column"
|
|
7206
7206
|
}) => {
|
|
7207
|
-
return /* @__PURE__ */ jsxs(
|
|
7207
|
+
return /* @__PURE__ */ jsxs(StackRowAlignJustCenter, { sx: { flexDirection: direction, gap: PADDING_GAP_ITEM }, children: [
|
|
7208
7208
|
/* @__PURE__ */ jsx(
|
|
7209
7209
|
StackRowAlignJustCenter,
|
|
7210
7210
|
{
|
|
@@ -7212,7 +7212,6 @@ const AppGridItem = ({
|
|
|
7212
7212
|
width: iconSize,
|
|
7213
7213
|
height: iconSize,
|
|
7214
7214
|
borderRadius: iconRadius,
|
|
7215
|
-
mb: 1.5,
|
|
7216
7215
|
background: app.color
|
|
7217
7216
|
},
|
|
7218
7217
|
children: /* @__PURE__ */ jsx(
|