Skip to content

Commit

Permalink
changed bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 28, 2024
1 parent 38f0c41 commit 45cdb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ui/VaulDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function VaulDrawer({children}) {
shouldScaleBackground
>
<Drawer.Portal>
<Drawer.Overlay className='fixed inset-0 bg-black/40' />
<Drawer.Overlay className='bg-background/40 fixed inset-0' />
<Drawer.Content className='from-background to bg-background/80 fixed bottom-0 left-0 right-0 mt-24 flex h-[96%] flex-col rounded-t-[10px] bg-gradient-to-t backdrop-blur-2xl'>
{children}
</Drawer.Content>
Expand Down

0 comments on commit 45cdb08

Please sign in to comment.