From a28b3e1e4d30ab4fdad3ddc770ca94bcfed6819b Mon Sep 17 00:00:00 2001 From: mariosemes Date: Fri, 27 Mar 2026 07:58:57 +0100 Subject: [PATCH] Match price filter inputs to search bar style Same padding, rounded-lg, text-sm, focus ring as the filter input. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/client/src/routes/results/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/src/routes/results/+page.svelte b/src/client/src/routes/results/+page.svelte index 5ab7681..653816a 100644 --- a/src/client/src/routes/results/+page.svelte +++ b/src/client/src/routes/results/+page.svelte @@ -322,10 +322,10 @@
Price: + class="w-24 px-3 py-2.5 bg-surface-raised border border-surface-border rounded-lg text-sm text-text-primary placeholder-text-tertiary focus:border-accent/50 focus:ring-1 focus:ring-accent/20 focus:outline-none transition-all" /> + class="w-24 px-3 py-2.5 bg-surface-raised border border-surface-border rounded-lg text-sm text-text-primary placeholder-text-tertiary focus:border-accent/50 focus:ring-1 focus:ring-accent/20 focus:outline-none transition-all" />
{filteredAndSorted().length} of {results.length}