Browse Source

[CL-58] fix: prefix styling according to figma

CL-58-improvement-make-icon-button-compatible-with-bit-suffix-directive
Andreas Coroiu 3 years ago
parent
commit
dac4e70835
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A
  1. 3
      libs/components/src/form-field/prefix.directive.ts

3
libs/components/src/form-field/prefix.directive.ts

@ -12,8 +12,11 @@ export const PrefixClasses = [ @@ -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({

Loading…
Cancel
Save