Skip to content

Commit

Permalink
chore: Removes hard-coded colors from legacy-plugin-chart-world-map (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored and philipher29 committed Jun 9, 2022
1 parent 3d9ffe3 commit d177868
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 d177868

Please sign in to comment.