update styling and fix search to include lowercase

This commit is contained in:
Jan-Marlon Leibl 2024-11-19 08:28:09 +01:00
parent dfadc7052b
commit 85dbe967ee
5 changed files with 21 additions and 22 deletions

View file

@ -1 +1 @@
<input [(ngModel)]="input" (ngModelChange)="update($event)" class="border border-black" type="search">
<input [(ngModel)]="input" (ngModelChange)="update($event)" class="border border-gray-300 rounded-md p-2 w-full focus:border-blue-500 focus:ring focus:ring-blue-200" type="search">