Skip to content

Commit

Permalink
remove slots from drawer overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-tx committed Aug 28, 2024
1 parent 2e6474a commit 46f9751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
bind:el
class={cn("fixed inset-0 z-50 bg-black/80", className)}
{...$$restProps}
>
<slot />
</DrawerPrimitive.Overlay>
/>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
bind:el
class={cn("fixed inset-0 z-50 bg-black/80", className)}
{...$$restProps}
>
<slot />
</DrawerPrimitive.Overlay>
/>

0 comments on commit 46f9751

Please sign in to comment.