sevago-sso-fe 1.0.40 → 1.0.41
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -27687,8 +27687,8 @@ const AppsSidebar = ({
|
|
|
27687
27687
|
left: 0,
|
|
27688
27688
|
right: 0,
|
|
27689
27689
|
bottom: 0,
|
|
27690
|
-
backgroundColor: theme.palette.
|
|
27691
|
-
zIndex:
|
|
27690
|
+
backgroundColor: theme.palette.common.white,
|
|
27691
|
+
zIndex: 100
|
|
27692
27692
|
}
|
|
27693
27693
|
}
|
|
27694
27694
|
),
|