datastake-daf 0.6.656 → 0.6.658

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.
@@ -1602,6 +1602,10 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
1602
1602
  color: var(--header-text-color, white) !important;
1603
1603
  }
1604
1604
 
1605
+ .components-layout:not(.nested) .right-sidebar .cont {
1606
+ color: var(--header-text-color, white) !important;
1607
+ }
1608
+
1605
1609
  .components-layout.nested
1606
1610
  .sidenav-cont
1607
1611
  .menus-cont
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.656",
3
+ "version": "0.6.658",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -1602,6 +1602,10 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
1602
1602
  color: var(--header-text-color, white) !important;
1603
1603
  }
1604
1604
 
1605
+ .components-layout:not(.nested) .right-sidebar .cont {
1606
+ color: var(--header-text-color, white) !important;
1607
+ }
1608
+
1605
1609
  .components-layout.nested
1606
1610
  .sidenav-cont
1607
1611
  .menus-cont