chore: Removes hard-coded colors from legacy-plugin-chart-world-map (#19466)

This commit is contained in:
Michael S. Molina
2022-04-01 13:13:33 -03:00
committed by GitHub
parent 8cd03181ac
commit 7594a02d42

View File

@@ -37,7 +37,7 @@ export default styled(WorldMapComponent)`
.superset-legacy-chart-world-map {
position: relative;
svg {
background-color: #feffff;
background-color: ${({ theme }) => theme.colors.grayscale.light5};
}
}
`;