upgrade ui

This commit is contained in:
terraputix
2026-02-15 15:05:26 +01:00
parent 1e434e0a84
commit f18bf4b3d0
11 changed files with 278 additions and 31 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import type { HTMLAttributes } from "svelte/elements";
import { cn, type WithElementRef } from "$lib/utils.js";
import type { HTMLAttributes } from 'svelte/elements';
import { cn, type WithElementRef } from '$lib/utils.js';
let {
ref = $bindable(null),
@@ -13,7 +13,7 @@
<div
bind:this={ref}
data-slot="card-title"
class={cn("leading-none font-semibold", className)}
class={cn('leading-none font-semibold', className)}
{...restProps}
>
{@render children?.()}