datastake-daf 0.6.659 → 0.6.660

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.
@@ -7190,7 +7190,7 @@ function AppLayout({
7190
7190
  disabled: true
7191
7191
  }]
7192
7192
  },
7193
- rootClassName: formatClassname(['dark-menu min-w-300', appName]),
7193
+ rootClassName: formatClassname(['dark-menu min-w-300', appName, theme.customHeaderColor && 'custom']),
7194
7194
  trigger: ['click'],
7195
7195
  placement: "bottom",
7196
7196
  children: /*#__PURE__*/jsxRuntime.jsx("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.659",
3
+ "version": "0.6.660",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -342,7 +342,7 @@ function AppLayout({
342
342
  disabled: true,
343
343
  }]
344
344
  }}
345
- rootClassName={formatClassname(['dark-menu min-w-300', appName])}
345
+ rootClassName={formatClassname(['dark-menu min-w-300', appName, theme.customHeaderColor && 'custom'])}
346
346
  trigger={['click']}
347
347
  placement="bottom"
348
348
  >