mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 20:27:50 +00:00
fix(ui): Simplify background color for Entity Health Status popover (#8559)
This commit is contained in:
parent
4778a8cd99
commit
a44550070e
@ -46,8 +46,6 @@ const StyledDivider = styled(Divider)`
|
||||
}
|
||||
`;
|
||||
|
||||
const popoverStyle = { backgroundColor: '#262626' };
|
||||
|
||||
type Props = {
|
||||
health: Health[];
|
||||
baseUrl: string;
|
||||
@ -72,7 +70,7 @@ export const EntityHealthPopover = ({ health, baseUrl, children }: Props) => {
|
||||
))}
|
||||
</>
|
||||
}
|
||||
overlayStyle={popoverStyle}
|
||||
color="#262626"
|
||||
placement="right"
|
||||
zIndex={10000000}
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user