mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 16:55:08 +00:00
fixed padding in the sheet component (once again)
This commit is contained in:
parent
9983314c26
commit
a4e51cda7e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user