From 162ae6b021ea4f4743ef133689169c374c6ca1a8 Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 31 Dec 2025 23:22:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrustScoreFilter/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TrustScoreFilter/index.tsx b/src/components/TrustScoreFilter/index.tsx index b6de47e..ff31e45 100644 --- a/src/components/TrustScoreFilter/index.tsx +++ b/src/components/TrustScoreFilter/index.tsx @@ -70,7 +70,7 @@ export default function TrustScoreFilter() { variant="ghost" size="titlebar-icon" className={cn( - 'relative w-fit px-3', + 'relative', minTrustScore === 0 ? 'text-muted-foreground hover:text-foreground' : 'text-primary hover:text-primary-hover'