From 19a80d1c74cbdbc28188d44c1f8ddf994ff479d9 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 6 Sep 2026 16:41:02 -0400 Subject: [PATCH] fix(filters): inherit tag color for the search-term link The active search pill renders its term through a Chakra Link, which painted link-blue while every sibling filter pill renders the tag contrast color. Set color=inherit so the term matches the other tags; the hover underline now draws in the tag's own color too. --- src/components/ActiveFilters.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ActiveFilters.tsx b/src/components/ActiveFilters.tsx index 032dc68..b07c357 100644 --- a/src/components/ActiveFilters.tsx +++ b/src/components/ActiveFilters.tsx @@ -80,6 +80,7 @@ const ActiveFilters = () => { ) }} > setSearchModalOpen.set(true)}>{searchParams}