refactor: update tag styling for improved visibility and consistency
This commit is contained in:
parent
4847ef2be3
commit
1b6321f2bd
@ -62,11 +62,11 @@ export const NewsDetailPage = () => {
|
||||
title={`${title}`}
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-wrap items-end gap-2">
|
||||
<div className="my-3 flex gap-2 uppercase max-sm:text-sm">
|
||||
{tags?.map((tag: TTagResponse) => (
|
||||
<span
|
||||
key={tag.id}
|
||||
className="rounded bg-gray-300 p-1"
|
||||
className="inline-block rounded bg-[#F4F4F4] px-3 py-1 font-bold text-[#777777]"
|
||||
>
|
||||
{tag.name}
|
||||
</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user