fix(ui): Simplify background color for Entity Health Status popover (#8559)

This commit is contained in:
John Joyce 2023-08-03 14:40:35 -07:00 committed by GitHub
parent 4778a8cd99
commit a44550070e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
>