From a773098a3fbffebf6d5964da2d7aeedb206b7927 Mon Sep 17 00:00:00 2001 From: gitdallas Date: Mon, 7 Aug 2023 11:19:50 -0500 Subject: [PATCH] fix(cards): 1127 selected card styling issue Signed-off-by: gitdallas --- client/src/app/components/target-card.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/app/components/target-card.tsx b/client/src/app/components/target-card.tsx index 146d587920..443fba767a 100644 --- a/client/src/app/components/target-card.tsx +++ b/client/src/app/components/target-card.tsx @@ -12,6 +12,7 @@ import { Button, ButtonVariant, Label, + CardHeader, } from "@patternfly/react-core"; import { DropdownItem } from "@patternfly/react-core/deprecated"; import { @@ -126,6 +127,12 @@ export const TargetCard: React.FC = ({ isSelected={isCardSelected} className="pf-v5-l-stack pf-v5-l-stack__item pf-m-fill" > +