fix(charts): fix legend theming and hollow symbols in dark mode (#35123)

This commit is contained in:
Gabriel Torres Ruiz
2025-09-12 17:33:29 -03:00
committed by GitHub
parent 95333e34b1
commit 7fd5a7668b
2 changed files with 44 additions and 27 deletions

View File

@@ -204,6 +204,12 @@ function Echart(
},
legend: {
textStyle: { color: antdTheme.colorTextSecondary },
pageTextStyle: {
color: antdTheme.colorTextSecondary,
},
pageIconColor: antdTheme.colorTextSecondary,
pageIconInactiveColor: antdTheme.colorTextDisabled,
inactiveColor: antdTheme.colorTextDisabled,
},
tooltip: {
backgroundColor: antdTheme.colorBgContainer,