mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-17 11:53:06 +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 = {
|
type Props = {
|
||||||
health: Health[];
|
health: Health[];
|
||||||
baseUrl: string;
|
baseUrl: string;
|
||||||
@ -72,7 +70,7 @@ export const EntityHealthPopover = ({ health, baseUrl, children }: Props) => {
|
|||||||
))}
|
))}
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
overlayStyle={popoverStyle}
|
color="#262626"
|
||||||
placement="right"
|
placement="right"
|
||||||
zIndex={10000000}
|
zIndex={10000000}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user