@galaxy-ds/core 1.1.66 → 1.1.67
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.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47726,10 +47726,10 @@ var themeWeb = createTheme({
|
|
|
47726
47726
|
},
|
|
47727
47727
|
},
|
|
47728
47728
|
"&.gds-menu-item-icon": {
|
|
47729
|
-
paddingLeft:
|
|
47729
|
+
paddingLeft: 36,
|
|
47730
47730
|
"& .MuiListItemIcon-root": {
|
|
47731
47731
|
position: 'absolute',
|
|
47732
|
-
left:
|
|
47732
|
+
left: 12,
|
|
47733
47733
|
}
|
|
47734
47734
|
},
|
|
47735
47735
|
'&.gds-drawer-menu-item-dark': {
|
|
@@ -49063,10 +49063,10 @@ var themeDesktop = createTheme({
|
|
|
49063
49063
|
color: pallettes.pallette.action.selected,
|
|
49064
49064
|
},
|
|
49065
49065
|
}, "&.gds-menu-item-icon": {
|
|
49066
|
-
paddingLeft:
|
|
49066
|
+
paddingLeft: 24,
|
|
49067
49067
|
"& .MuiListItemIcon-root": {
|
|
49068
49068
|
position: 'absolute',
|
|
49069
|
-
left:
|
|
49069
|
+
left: 3,
|
|
49070
49070
|
}
|
|
49071
49071
|
}, '.customMultipleList &$selected': {
|
|
49072
49072
|
backgroundColor: '#fff',
|