chore: tweak tag style

pull/4825/head
johnnyjoy 4 months ago
parent e55ed8a9c7
commit 239671eb87

@ -46,7 +46,7 @@ const Tag = observer(({ content }: Props) => {
return ( return (
<span <span
className={cn( 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", context.disableFilter ? "" : "cursor-pointer hover:opacity-80 transition-colors",
)} )}
onClick={handleTagClick} onClick={handleTagClick}

Loading…
Cancel
Save