feat(FontList): tweak styles slightly

This commit is contained in:
Ilia Mashkov
2026-02-16 14:16:30 +03:00
parent c45429f38d
commit 42854b4950

View File

@@ -146,7 +146,7 @@ function isFontB(font: UnifiedFont): boolean {
<FontVirtualList <FontVirtualList
weight={typography.weight} weight={typography.weight}
itemHeight={36} itemHeight={36}
class="bg-transparent" class="bg-transparent h-full"
> >
{#snippet children({ item: font })} {#snippet children({ item: font })}
{@const isSelectedA = isFontA(font)} {@const isSelectedA = isFontA(font)}