fix: 🎨

This commit is contained in:
codytseng 2025-12-31 23:22:45 +08:00
parent 9e8bf70e16
commit 162ae6b021

View file

@ -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'