diff --git a/libs/components/src/form-field/prefix.directive.ts b/libs/components/src/form-field/prefix.directive.ts index ad2f848691d..3760e5ad70d 100644 --- a/libs/components/src/form-field/prefix.directive.ts +++ b/libs/components/src/form-field/prefix.directive.ts @@ -12,8 +12,11 @@ export const PrefixClasses = [ "tw-border-secondary-500", "tw-text-muted", "tw-rounded-none", + "disabled:tw-bg-secondary-100", "disabled:!tw-text-muted", "disabled:tw-border-secondary-500", + "disabled:tw-opacity-100", + "disabled:hover:tw-bg-secondary-100", ]; @Directive({