Replace <label> with <Label>

This commit is contained in:
Imad Saddik 2026-01-03 09:44:26 +01:00
parent 7295444cd2
commit 72af4199c4
1 changed files with 3 additions and 3 deletions

View File

@ -267,16 +267,16 @@
/>
<div class="space-y-1">
<label
<Label
for={field.key}
class="flex cursor-pointer items-center gap-1.5 pt-1 pb-0.5 text-sm leading-none font-medium"
class="flex cursor-pointer items-center gap-1.5 text-sm font-medium"
>
{field.label}
{#if field.isExperimental}
<FlaskConical class="h-3.5 w-3.5 text-muted-foreground" />
{/if}
</label>
</Label>
{#if field.help || SETTING_CONFIG_INFO[field.key]}
<p class="text-xs text-muted-foreground">