Skip to content

Commit

Permalink
fix: FilterDrawer stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Sep 19, 2024
1 parent a1c0733 commit 727830c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/filters/FilterDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ export function FilterDrawer({

return (
<>
<Drawer isOpen={isOpen} placement='bottom' onClose={onClose} size='xl'>
<Drawer isOpen={isOpen} placement='bottom' onClose={onClose}>
<DrawerOverlay bg='#1212126e' />
<DrawerContent
m='0 auto'
w='95%'
maxH='450px'
bg={bgDrawer}
backdropFilter='auto'
backdropBlur='12px'
Expand Down

0 comments on commit 727830c

Please sign in to comment.