feat(FontListItem): slightly change badge styling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user