Skip to content

Commit d8569db

Browse files
committed
chore: removed todo comment
1 parent 5c174ac commit d8569db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/components/select/select.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ export class KbqSelect
627627

628628
if (this.disabled) return KbqComponentColors.Empty;
629629

630-
// @TODO fix disabled state color (#DS-4574)
631630
return (hasLegacyValidateDirective && this.ngControl?.invalid) || this.errorState
632631
? KbqComponentColors.Error
633632
: KbqComponentColors.ContrastFade;

0 commit comments

Comments
 (0)