fixed padding in the sheet component (once again)

This commit is contained in:
corgifist 2025-07-27 15:51:07 +03:00
parent 9983314c26
commit a4e51cda7e

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",
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",
"pl-safe-or-2 pr-2 pb-safe-or-2 gap-1",
"pl-safe-or-2 pb-safe-or-2 gap-1",
className,
)}
{...props}