fix(FontList): remove weight prop, use default weight for FontList
This commit is contained in:
@@ -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"
|
class="w-full px-3 md:px-4 py-2.5 md:py-3 justify-between text-left text-sm flex"
|
||||||
iconPosition="right"
|
iconPosition="right"
|
||||||
>
|
>
|
||||||
<FontApplicator {font} weight={typography.weight}>{font.name}</FontApplicator>
|
<FontApplicator {font}>{font.name}</FontApplicator>
|
||||||
|
|
||||||
{#snippet icon()}
|
{#snippet icon()}
|
||||||
{#if active}
|
{#if active}
|
||||||
|
|||||||
Reference in New Issue
Block a user