update styling and fix search to include lowercase
This commit is contained in:
parent
dfadc7052b
commit
85dbe967ee
5 changed files with 21 additions and 22 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue