mirror of https://github.com/usememos/memos.git
chore: tweak tag style
This commit is contained in:
parent
e55ed8a9c7
commit
239671eb87
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue