mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(theming): World map tooltip color (#34229)
This commit is contained in:
committed by
GitHub
parent
da6947d295
commit
0c5da6cb5d
@@ -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};
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user