Skip to content

Commit 9958edd

Browse files
fix: addressing review comments
1 parent a3191b1 commit 9958edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/form-field/form-field.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { IconSize } from '../icon/icon-size';
2323
class="content"
2424
[ngClass]="{
2525
'show-border': this.showBorder,
26-
'error-border': this.showBorder && this.showFormError && this.errorLabel
26+
'error-border': this.showFormError && this.errorLabel
2727
}"
2828
>
2929
<ng-content></ng-content>

0 commit comments

Comments
 (0)