mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 20:54:14 +02:00
format frontend files
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -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 })}
|
||||
|
||||
@@ -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)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user