diff --git a/clients/ui/frontend/src/components/DashboardDescriptionListGroup.tsx b/clients/ui/frontend/src/components/DashboardDescriptionListGroup.tsx index 7fb6ae63..4d140943 100644 --- a/clients/ui/frontend/src/components/DashboardDescriptionListGroup.tsx +++ b/clients/ui/frontend/src/components/DashboardDescriptionListGroup.tsx @@ -110,9 +110,10 @@ const DashboardDescriptionListGroup: React.FC )} - {/* The text color below is a hack for a11y. - PF6 team needs to update their disabled color to work for white backgrounds */} - + {isEditing ? contentWhenEditing : isEmpty ? contentWhenEmpty : children}