fix(theming): World map tooltip color (#34229)

This commit is contained in:
Mehmet Salih Yavuz
2025-07-19 01:32:53 +03:00
committed by GitHub
parent da6947d295
commit 0c5da6cb5d

View File

@@ -42,4 +42,8 @@ export default styled(WorldMapComponent)`
background-color: ${({ theme }) => theme.colors.grayscale.light5};
}
}
.hoverinfo {
background-color: ${({ theme }) => theme.colorBgElevated};
color: ${({ theme }) => theme.colorTextSecondary};
}
`;