mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
31e2143c84
commit
1f482b42eb
@@ -39,7 +39,7 @@ export default styled(WorldMapComponent)`
|
||||
.superset-legacy-chart-world-map {
|
||||
position: relative;
|
||||
svg {
|
||||
background-color: ${({ theme }) => theme.colors.grayscale.light5};
|
||||
background-color: ${({ theme }) => theme.colorBgLayout};
|
||||
}
|
||||
}
|
||||
.hoverinfo {
|
||||
|
||||
Reference in New Issue
Block a user