datastake-daf 0.6.603 → 0.6.604
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.
|
@@ -4450,7 +4450,7 @@ strong {
|
|
|
4450
4450
|
.ant-menu-submenu-selected
|
|
4451
4451
|
.ant-menu-submenu-title {
|
|
4452
4452
|
background-color: var(--color-primary-70) !important;
|
|
4453
|
-
color: white;
|
|
4453
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
4454
4454
|
border-radius: 0px;
|
|
4455
4455
|
}
|
|
4456
4456
|
|
package/dist/utils/index.js
CHANGED
|
@@ -14059,9 +14059,6 @@ const createAdminTheme = ({
|
|
|
14059
14059
|
keysToRemove.forEach(key => {
|
|
14060
14060
|
delete mergedTheme[key];
|
|
14061
14061
|
});
|
|
14062
|
-
console.log({
|
|
14063
|
-
mergedTheme
|
|
14064
|
-
});
|
|
14065
14062
|
return mergedTheme;
|
|
14066
14063
|
};
|
|
14067
14064
|
|
package/package.json
CHANGED
package/src/helpers/theme.js
CHANGED
|
@@ -4450,7 +4450,7 @@ strong {
|
|
|
4450
4450
|
.ant-menu-submenu-selected
|
|
4451
4451
|
.ant-menu-submenu-title {
|
|
4452
4452
|
background-color: var(--color-primary-70) !important;
|
|
4453
|
-
color: white;
|
|
4453
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
4454
4454
|
border-radius: 0px;
|
|
4455
4455
|
}
|
|
4456
4456
|
|