format frontend files

This commit is contained in:
maxid
2025-12-06 22:39:09 +01:00
parent d1eee14b79
commit 961c89e4e2
119 changed files with 5465 additions and 5266 deletions

View File

@@ -12,6 +12,6 @@
<FormPrimitive.Description
bind:ref
class={cn('text-muted-foreground text-[0.8rem]', className)}
class={cn('text-[0.8rem] text-muted-foreground', className)}
{...restProps}
/>

View File

@@ -15,7 +15,7 @@
</script>
<FormPrimitive.FieldErrors
class={cn('text-destructive text-[0.8rem] font-medium', className)}
class={cn('text-[0.8rem] font-medium text-destructive', className)}
{...restProps}
>
{#snippet children({ errors, errorProps })}

View File

@@ -13,5 +13,5 @@
<FormPrimitive.Legend
bind:ref
{...restProps}
class={cn('data-[fs-error]:text-destructive text-sm leading-none font-medium', className)}
class={cn('text-sm leading-none font-medium data-[fs-error]:text-destructive', className)}
/>