feat(Label): add font prop to purge custom classes

This commit is contained in:
Ilia Mashkov
2026-04-17 08:55:10 +03:00
parent ef08512986
commit 0562b94b03
3 changed files with 11 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ $effect(() => {
<div class="flex-1 min-h-0 h-full">
<div class="py-2 relative flex flex-col min-h-0 h-full">
<div class="py-2 mx-6 sticky border-b border-subtle">
<Label class="font-primary text-neutral-400" bold variant="default" size="sm" uppercase>
<Label font="primary" variant="muted" bold size="sm" uppercase>
Typeface Selection
</Label>
</div>