This commit is contained in:
vcoppe
2025-06-21 21:07:36 +02:00
parent f0230d4634
commit 1cc07901f6
803 changed files with 7937 additions and 6329 deletions

View File

@@ -11,6 +11,10 @@
<MenubarPrimitive.Root
bind:ref
class={cn("bg-background flex h-10 items-center space-x-1 rounded-md border p-1", className)}
data-slot="menubar"
class={cn(
"bg-background shadow-xs flex h-9 items-center gap-1 rounded-md border p-1",
className
)}
{...restProps}
/>