implement variables in functions

This commit is contained in:
2026-03-08 20:08:03 +01:00
parent 2407470c14
commit e85750b39b
4 changed files with 118 additions and 16 deletions

View File

@@ -173,7 +173,7 @@ export function BaseNodeFooter({ className, ...props }: ComponentProps<"div">) {
<div
data-slot="base-node-footer"
className={cn(
"shrink-0 flex flex-col items-center gap-y-2 border-t px-3 pt-2 pb-3",
"shrink-0 flex flex-col items-center gap-y-2 border-t p-1",
className,
)}
{...props}