We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6947d commit 0c5da6cCopy full SHA for 0c5da6c
superset-frontend/plugins/legacy-plugin-chart-world-map/src/ReactWorldMap.jsx
@@ -42,4 +42,8 @@ export default styled(WorldMapComponent)`
42
background-color: ${({ theme }) => theme.colors.grayscale.light5};
43
}
44
45
+ .hoverinfo {
46
+ background-color: ${({ theme }) => theme.colorBgElevated};
47
+ color: ${({ theme }) => theme.colorTextSecondary};
48
+ }
49
`;
0 commit comments