Minor tweaks, changed checkout UI

This commit is contained in:
augmentedpotato
2026-04-20 05:41:36 -06:00
parent 3c64a859b4
commit 1523aef51e
4 changed files with 14 additions and 10 deletions

View File

@@ -131,7 +131,7 @@ export default function AdoptPage() {
<input
className={`${inputCls} flex-1 max-w-[400px] font-[inherit] max-[600px]:max-w-full`}
type="text"
placeholder="Search by name, species, or breed..."
placeholder="Search"
value={search}
onChange={(e) => setSearch(e.target.value)}
/>

View File

@@ -56,7 +56,7 @@ export default function ProductsPage() {
<input
className="flex-1 max-w-[400px] px-4 py-[0.6rem] border-2 border-[#ddd] rounded-md text-base outline-none transition-colors focus:border-[#e68672] font-[inherit]"
type="text"
placeholder="Search by name or category..."
placeholder="Search"
value={search}
onChange={(e) => setSearch(e.target.value)}
/>