fix some tests

This commit is contained in:
Maxime Beauchemin
2025-03-25 19:15:22 -07:00
parent cebff5e726
commit f9494128bc
5 changed files with 5 additions and 6 deletions

View File

@@ -122,7 +122,6 @@ const getTheme = (options: any) => {
},
tooltip: {
backgroundColor: token.colorBgContainer,
borderColor: token.colorSplit,
textStyle: { color: token.colorText },
},
axisPointer: {

View File

@@ -441,7 +441,7 @@ export function getLegendProps(
fontFamily: theme.fontFamily,
fontSize: theme.fontSizeSM,
color: theme.colorText,
borderColor: theme.colorBgBase,
borderColor: theme.colorBorder,
},
};
const MIN_LEGEND_WIDTH = 0;