search icon spacing

This commit is contained in:
Cole Goldsmith 2025-10-02 10:52:04 -05:00
parent 2e6b177f41
commit 0a75d6437c

View file

@ -255,7 +255,7 @@ function SearchPage() {
<div className="primary-input min-h-10 !flex items-center flex-nowrap focus-within:border-foreground transition-colors !p-[0.3rem]">
{selectedFilter?.name && (
<div
className={`flex items-center gap-1 h-full px-1.5 py-0.5 rounded max-w-[25%] ${
className={`flex items-center gap-1 h-full px-1.5 py-0.5 mr-1 rounded max-w-[25%] ${
filterAccentClasses[parsedFilterData?.color || "zinc"]
}`}
>
@ -268,7 +268,7 @@ function SearchPage() {
</div>
)}
<Search
className="h-4 w-4 ml-2 flex-shrink-0 text-placeholder-foreground"
className="h-4 w-4 ml-1 flex-shrink-0 text-placeholder-foreground"
strokeWidth={1.5}
/>
<input