Skip to content

Commit

Permalink
fix(ui): Simplify background color for Entity Health Status popover (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Aug 3, 2023
1 parent 4778a8c commit a445500
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ const StyledDivider = styled(Divider)`
}
`;

const popoverStyle = { backgroundColor: '#262626' };

type Props = {
health: Health[];
baseUrl: string;
Expand All @@ -72,7 +70,7 @@ export const EntityHealthPopover = ({ health, baseUrl, children }: Props) => {
))}
</>
}
overlayStyle={popoverStyle}
color="#262626"
placement="right"
zIndex={10000000}
>
Expand Down

0 comments on commit a445500

Please sign in to comment.