Skip to content

Commit 888a52f

Browse files
committed
fix AS icon color and style
Signed-off-by: Atif Ali <atali@redhat.com>
1 parent a465e59 commit 888a52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gitops/components/application/ApplicationDetailsTitle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ApplicationDetailsTitle: React.FC<ApplicationPageTitleProps> = ({
2727
}) => {
2828
const { t } = useGitOpsTranslation();
2929

30-
// Determine if this is an ApplicationSet based on the model kind
30+
// Determine the correct icon text and styling based on the model
3131
const isApplicationSet = model.kind === 'ApplicationSet';
3232
const iconText = isApplicationSet ? 'AS' : 'A';
3333
const iconTitle = isApplicationSet ? 'Argo CD ApplicationSet' : 'Argo CD Application';
@@ -54,7 +54,7 @@ const ApplicationDetailsTitle: React.FC<ApplicationPageTitleProps> = ({
5454
<PaneHeading>
5555
<Title headingLevel="h1">
5656
<span
57-
className="argocd-application-icon co-m-resource-icon co-m-resource-icon--lg"
57+
className="co-m-resource-icon co-m-resource-icon--lg"
5858
title={iconTitle}
5959
>
6060
{iconText}

0 commit comments

Comments
 (0)