datastake-daf 0.6.604 → 0.6.605

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.
@@ -4382,6 +4382,10 @@ strong {
4382
4382
  line-height: 20px;
4383
4383
  }
4384
4384
 
4385
+ .ant-menu-submenu-title .ant-menu-title-content {
4386
+ color: var(--custom-sidenav-text-color, white) !important;
4387
+ }
4388
+
4385
4389
  .sidenav-sider.tazama .ant-menu-item:hover {
4386
4390
  background-color: var(--base-gray-20) !important;
4387
4391
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.604",
3
+ "version": "0.6.605",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -4382,6 +4382,10 @@ strong {
4382
4382
  line-height: 20px;
4383
4383
  }
4384
4384
 
4385
+ .ant-menu-submenu-title .ant-menu-title-content {
4386
+ color: var(--custom-sidenav-text-color, white) !important;
4387
+ }
4388
+
4385
4389
  .sidenav-sider.tazama .ant-menu-item:hover {
4386
4390
  background-color: var(--base-gray-20) !important;
4387
4391
  }