mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(charts): fix legend theming and hollow symbols in dark mode (#35123)
This commit is contained in:
committed by
GitHub
parent
95333e34b1
commit
7fd5a7668b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user