diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts index 75b944ef64..1a40a966be 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts @@ -40,6 +40,9 @@ export function getCustomTheme(chart: Chart): S2Theme { const scrollBarHoverColor = resetRgbOpacity(scrollBarColor, 3) const theme: S2Theme = { + background: { + color: '#00000000' + }, splitLine: { horizontalBorderColor: borderColor, verticalBorderColor: borderColor