add custom search field component

This commit is contained in:
Anika Raemer 2025-09-14 14:10:46 +02:00
parent df406b636e
commit 30c138d13f
4 changed files with 84 additions and 9 deletions

View file

@ -43,7 +43,7 @@
/* input field */
.input-field {
@apply border p-2 w-full rounded placeholder-gray-400;
@apply p-2 w-full border rounded-md placeholder-gray-400 border-gray-600 hover:border-blue-600 transition-colors text-gray-600 focus:outline-none focus:border-blue-800;
}
.text-area {