From c5fa159c14bfdb4aa60c556ae4598251c16145b4 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 16 Apr 2026 08:51:18 +0300 Subject: [PATCH] fix(FontList): remove weight prop, use default weight for FontList --- src/widgets/ComparisonView/ui/FontList/FontList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/ComparisonView/ui/FontList/FontList.svelte b/src/widgets/ComparisonView/ui/FontList/FontList.svelte index baedf00..1f179f9 100644 --- a/src/widgets/ComparisonView/ui/FontList/FontList.svelte +++ b/src/widgets/ComparisonView/ui/FontList/FontList.svelte @@ -96,7 +96,7 @@ $effect(() => { class="w-full px-3 md:px-4 py-2.5 md:py-3 justify-between text-left text-sm flex" iconPosition="right" > - {font.name} + {font.name} {#snippet icon()} {#if active}