Skip to content

Commit

Permalink
fix: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 7, 2023
1 parent c4d2f04 commit 7a9e6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const DialogPortal = ({
className,
children,
...props
}: Primitive.DialogPortalProps) => (
}: Primitive.DialogPortalProps & { className?: string }) => (
<Primitive.Portal {...props}>
<div
className={cn(
Expand Down

0 comments on commit 7a9e6c4

Please sign in to comment.