fix(ui/sheet): let consumer apply desired padding

main
Carsten Kragelund 2023-08-14 09:54:39 +02:00
parent a58f553644
commit ffa442b862
Signed by: nyx
GPG Key ID: CADDADEEC9F753C0
1 changed files with 1 additions and 1 deletions

@ -55,7 +55,7 @@ const SheetOverlay = React.forwardRef<
));
SheetOverlay.displayName = SheetPrimitive.Overlay.displayName;
const sheetVariants = cva("fixed z-50 scale-100 gap-4 p-6 opacity-100", {
const sheetVariants = cva("fixed z-50 scale-100 gap-4 opacity-100", {
variants: {
position: {
top: "animate-in slide-in-from-top w-full duration-300",