The border color of the keyword has been modified according to our design

This commit is contained in:
“Salar 2022-10-10 18:32:47 +03:00
parent 43a73bc538
commit 6cdd4ed730

View File

@ -26,7 +26,7 @@ export function ArticleKeywords({
"hover:text-blue-600",
{
"text-xs text-gray-500 leading-5": emphasis === "low",
"text-base text-gray-900 px-2 border rounded hover:border-blue-600 border-gray-900":
"text-base text-gray-900 px-2 border rounded hover:border-blue-600 border-gray-200":
emphasis === "high",
},
className