chore: tweak tag style

This commit is contained in:
johnnyjoy 2025-07-07 22:20:17 +08:00
parent e55ed8a9c7
commit 239671eb87
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const Tag = observer(({ content }: Props) => {
return (
<span
className={cn(
"inline-block w-auto px-1 py-px rounded-md text-sm font-medium bg-secondary text-secondary-foreground",
"inline-block w-auto px-1 py-px rounded-md text-sm bg-secondary text-secondary-foreground",
context.disableFilter ? "" : "cursor-pointer hover:opacity-80 transition-colors",
)}
onClick={handleTagClick}