fix: upgrade ui (#2)

Co-authored-by: terraputix <terraputix@mailbox.org>
Reviewed-on: useweb/ombrella#2
This commit is contained in:
2026-02-15 15:09:49 +01:00
co-authored by terraputix
parent f781ef4fd6
commit c2e90f5919
52 changed files with 452 additions and 129 deletions
@@ -1,5 +1,6 @@
<script lang="ts">
import { cn, type WithElementRef } from '$lib/utils.js';
import { type WithElementRef, cn } from '$lib/utils.js';
import type { HTMLAttributes } from 'svelte/elements';
let {
@@ -13,7 +14,7 @@
<div
bind:this={ref}
data-slot="select-label"
class={cn('px-2 py-1.5 text-xs text-muted-foreground', className)}
class={cn('text-muted-foreground px-2 py-1.5 text-xs', className)}
{...restProps}
>
{@render children?.()}