New Tailwind CSS formatter run

This commit is contained in:
giancarlo
2024-06-03 00:35:09 +07:00
parent 08de59a43a
commit d0c6981e78
8 changed files with 8 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ const SheetOverlay = React.forwardRef<
>(({ className, ...props }, ref) => (
<SheetPrimitive.Overlay
className={cn(
'fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0',
'fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0',
className,
)}
{...props}