Skip to content

Commit

Permalink
feat(components): add shouldScaleBackground prop
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Aug 20, 2024
1 parent e938c80 commit 3b30617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/components/demos/Drawer/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const DrawerDemo = () => {
}

return (
<Drawer>
<Drawer shouldScaleBackground>
<DrawerTrigger asChild>
<Button variant='outline'>Open Drawer</Button>
</DrawerTrigger>
Expand Down

0 comments on commit 3b30617

Please sign in to comment.