diff --git a/packages/react-core/src/components/Label/Label.tsx b/packages/react-core/src/components/Label/Label.tsx index 743fa88f6ad..3c5eaec6985 100644 --- a/packages/react-core/src/components/Label/Label.tsx +++ b/packages/react-core/src/components/Label/Label.tsx @@ -315,7 +315,7 @@ export const Label: React.FunctionComponent = ({ {...props} className={css( styles.label, - isClickableDisabled && 'pf-m-disabled', + isClickableDisabled && styles.modifiers.disabled, colorStyles[color], variant === 'outline' && styles.modifiers.outline, isOverflowLabel && styles.modifiers.overflow,