datastake-daf 0.6.607 → 0.6.609

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.
@@ -856,6 +856,10 @@ h1 {
856
856
  font-size: 15px !important;
857
857
  }
858
858
 
859
+ .ant-menu .ant-menu-sub .ant-menu-inline .ant-menu-item .ant-menu-title-content span{
860
+ color: var(--custom-sidenav-text-color, white) !important;
861
+ }
862
+
859
863
  ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-inline,
860
864
  ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical {
861
865
  /* Track */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.607",
3
+ "version": "0.6.609",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -856,6 +856,10 @@ h1 {
856
856
  font-size: 15px !important;
857
857
  }
858
858
 
859
+ .ant-menu .ant-menu-sub .ant-menu-inline .ant-menu-item .ant-menu-title-content span{
860
+ color: var(--custom-sidenav-text-color, white) !important;
861
+ }
862
+
859
863
  ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-inline,
860
864
  ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical {
861
865
  /* Track */