fixed padding in the sheet component

This commit is contained in:
corgifist 2025-07-27 15:50:27 +03:00
parent 20df501deb
commit 9983314c26

View File

@ -67,7 +67,7 @@ function SheetContent({
"data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top inset-x-0 top-0 h-auto border-b", "data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top inset-x-0 top-0 h-auto border-b",
side === "bottom" && side === "bottom" &&
"data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom inset-x-0 bottom-0 h-auto border-t", "data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom inset-x-0 bottom-0 h-auto border-t",
"px-safe-or-2 pb-safe-or-2 gap-1", "pl-safe-or-2 pr-2 pb-safe-or-2 gap-1",
className, className,
)} )}
{...props} {...props}