Feature: Allow edit of time in guest book.

Feature: Guest book row color is the same as running table colors
This commit is contained in:
2023-03-24 12:46:42 +05:30
parent 94cc8ccd47
commit 2fb2e01ca1
10 changed files with 67 additions and 28 deletions
@@ -39,6 +39,16 @@
<textarea matInput formControlName="address"></textarea>
</mat-form-field>
</div>
<div class="flex flex-row justify-around content-start items-start">
<mat-form-field class="flex-auto">
<mat-label>Hours</mat-label>
<input matInput formControlName="hours" />
</mat-form-field>
<mat-form-field class="flex-auto">
<mat-label>Minutes</mat-label>
<input matInput formControlName="minutes" />
</mat-form-field>
</div>
</form>
</mat-card-content>
<mat-card-actions>