feat(FontListItem): slightly change badge styling

This commit is contained in:
Ilia Mashkov
2026-01-30 00:44:01 +03:00
parent c665a579be
commit 3f7ce63736

View File

@@ -112,10 +112,16 @@ function animateSelection() {
<div class="flex flex-row gap-1 w-full items-center justify-between">
<div class="flex flex-col gap-1 transition-all duration-150 ease-out">
<div class="flex flex-row gap-1">
<Badge variant="outline" class="text-[0.5rem]">
<Badge
variant="outline"
class="text-[0.5rem] font-mono uppercase tracking-widest text-slate-900"
>
{font.provider}
</Badge>
<Badge variant="outline" class="text-[0.5rem]">
<Badge
variant="outline"
class="text-[0.5rem] font-mono uppercase tracking-widest text-slate-900"
>
{font.category}
</Badge>
</div>