1
0
Fork 0

Fix: date & region selector styling

This commit is contained in:
Aroy-Art 2025-05-16 10:59:04 +02:00
parent 322ae58a6e
commit ede735cbeb
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 13 additions and 1 deletions

View file

@ -22,7 +22,8 @@
id="date"
[value]="formattedDate"
(change)="onDateChange($event)"
[max]="maxDate">
[max]="maxDate"
class="date-input">
</div>
</div>