mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix some tests
This commit is contained in:
@@ -122,7 +122,6 @@ const getTheme = (options: any) => {
|
||||
},
|
||||
tooltip: {
|
||||
backgroundColor: token.colorBgContainer,
|
||||
borderColor: token.colorSplit,
|
||||
textStyle: { color: token.colorText },
|
||||
},
|
||||
axisPointer: {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user