🐛 fix (input): correct input border color and search input border

This commit is contained in:
Abizrh
2025-08-12 14:18:20 +07:00
parent adf189dab9
commit 500cdb6a21
2 changed files with 3 additions and 3 deletions

No files matched your search

+1 -1
View File
@@ -32,7 +32,7 @@ function btnClick() {
<Input
type="text"
placeholder="Search"
class="w-full rounded-md border border-gray-300 bg-white px-4 py-2 text-gray-900 sm:text-sm"
class="w-full rounded-md border bg-white px-4 py-2 text-gray-900 sm:text-sm"
@click="emitSearchNavClick"
@input="onInput"
/>