diff --git a/npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts b/npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts index 01ce27dec5..d7f1f48c9d 100644 --- a/npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts +++ b/npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts @@ -31,7 +31,7 @@ export class FormInputComponent extends AbstractNgModelComponent { @Input() inputId!: string; @Input() inputReadonly: boolean = false; @Input() label: string = ''; - @Input() labelClass: string = ''; + @Input() labelClass = 'form-label'; @Input() inputPlaceholder: string = ''; @Input() inputType: string = 'text'; @Input() inputStyle: string = '';