Skip to content

Commit

Permalink
Change staff journal input to outline
Browse files Browse the repository at this point in the history
  • Loading branch information
trslater committed Jun 10, 2024
1 parent b3246b5 commit 94b8fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container">
<mat-form-field class="note-input" appearance="fill">
<mat-form-field class="note-input" appearance="outline">
<mat-label [hidden]="!labelText">{{ labelText }}</mat-label>
<textarea #textarea cdkTextareaAutosize [(ngModel)]="note.body" [disabled]="isSaving" matInput></textarea>
</mat-form-field>
Expand Down

0 comments on commit 94b8fac

Please sign in to comment.