Skip to content

Commit

Permalink
chore: Removes hard-coded colors from legacy-plugin-chart-world-map (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Apr 1, 2022
1 parent 8cd0318 commit 7594a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
}
`;

0 comments on commit 7594a02

Please sign in to comment.