diff --git a/components/TagItem.js b/components/TagItem.js
index a3a04866..2335ea26 100644
--- a/components/TagItem.js
+++ b/components/TagItem.js
@@ -12,13 +12,9 @@ const TagItem = ({ tag, selected }) => {
return (
+ className={`notion-${tag.color}_background list-none cursor-pointer rounded-md
+ duration-200 mr-1 my-1 px-2 py-1 text-sm whitespace-nowrap
+ text-gray-600 hover:bg-gray-200 dark:hover:bg-gray-800 dark:hover:text-white`}>
{selected && } {`${tag.name} `} {tag.count ? `(${tag.count})` : ''}