refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2025-09-15 15:53:11 -05:00
parent 3d5699ef22
commit 218920f0c3
8 changed files with 14 additions and 14 deletions

View File

@@ -64,7 +64,7 @@
{#each item.model?.tags.sort((a, b) => a.name.localeCompare(b.name)) as tag}
<Tooltip content={tag.name} className="flex-shrink-0">
<div
class=" text-xs font-bold px-1 rounded-sm uppercase bg-gray-500/20 text-gray-700 dark:text-gray-200"
class=" text-xs font-semibold px-1 rounded-sm uppercase bg-gray-500/20 text-gray-700 dark:text-gray-200"
>
{tag.name}
</div>