From https://github.com/patternfly/patternfly/issues/7676 Need to update the close icon from `<TimesCircleIcon />` to `<TimesIcon />` https://github.com/patternfly/patternfly-react/blob/83e441451f8a0ec608a11333043ec0f1af40dbd5/packages/react-core/src/components/Label/LabelGroup.tsx#L213 Also update close button with * remove `hasNoPadding` * add `size="sm"`
From patternfly/patternfly#7676
Need to update the close icon from
<TimesCircleIcon />to<TimesIcon />patternfly-react/packages/react-core/src/components/Label/LabelGroup.tsx
Line 213 in 83e4414
Also update close button with
hasNoPaddingsize="sm"