Skip to content

Commit 0c5da6c

Browse files
authored
fix(theming): World map tooltip color (#34229)
1 parent da6947d commit 0c5da6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

superset-frontend/plugins/legacy-plugin-chart-world-map/src/ReactWorldMap.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ export default styled(WorldMapComponent)`
4242
background-color: ${({ theme }) => theme.colors.grayscale.light5};
4343
}
4444
}
45+
.hoverinfo {
46+
background-color: ${({ theme }) => theme.colorBgElevated};
47+
color: ${({ theme }) => theme.colorTextSecondary};
48+
}
4549
`;

0 commit comments

Comments
 (0)