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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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};
}
}
`;