This commit is contained in:
Lee Robinson 2023-11-26 19:29:26 -06:00
parent 9a7ebc88d1
commit 7bfa34dc55
5 changed files with 2 additions and 120 deletions

View file

@ -56,7 +56,7 @@ interface SheetContentProps
const SheetContent = React.forwardRef<
React.ElementRef<typeof SheetPrimitive.Content>,
SheetContentProps
>(({ side = 'right', className, children, ...props }, ref) => (
>(({ side = 'left', className, children, ...props }, ref) => (
<SheetPortal>
<SheetOverlay />
<SheetPrimitive.Content