Skip to content

Commit cdca9c8

Browse files
Update calendar.component.html
1 parent 90c3b10 commit cdca9c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/features/calendar/calendar.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2 class="text-lg font-bold text-[var(--color-text)]">{{ modalTitle }}</h2>
144144

145145
<app-form-model *ngIf="showEditHeatMapModel" [label]="'Edit HeatMap'" (close)="closeEditHeatMapModel()">
146146
<form [formGroup]="heatMapForm" (ngSubmit)="updateHeatMap()">
147-
<label class="block mb-1 font-medium">From Date</label>
147+
<label class="block mb-1 font-medium">Amount</label>
148148
<input formControlName="amount" type="number" autocomplete="off" min="0" max="100000000" placeholder="Enter Amount"
149149
class="w-full p-2 rounded border text-[var(--input-text)] bg-[var(--input-bg)] border-[var(--input-border)] focus:outline-none focus:ring-2 focus:ring-[var(--theme-color)] transition-all duration-200" />
150150
<div class="error-message text-[var(--color-error)]"
@@ -157,4 +157,4 @@ <h2 class="text-lg font-bold text-[var(--color-text)]">{{ modalTitle }}</h2>
157157
<button type="submit" class="px-4 py-2 bg-[var(--color-accent)] text-white rounded">Update</button>
158158
</div>
159159
</form>
160-
</app-form-model>
160+
</app-form-model>

0 commit comments

Comments
 (0)