Skip to content

Commit

Permalink
refactor: remove close on click any where
Browse files Browse the repository at this point in the history
plus adding background blurriness
  • Loading branch information
Nick-1979 committed Oct 31, 2024
1 parent ec33675 commit b2b9a6f
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,16 @@ export default function SupportUs () {
}}
fullWidth
maxWidth='sm'
onClose={handleMaybeLater}
// onClose={handleMaybeLater}
open={open}
slotProps={{
backdrop: {
style: {
backdropFilter: 'blur(5px)',
backgroundColor: 'rgba(0, 0, 0, 0.4)'
}
}
}}
>
<DialogContent style={{ padding: 0 }}>
<StyledPaper theme={theme}>
Expand Down

0 comments on commit b2b9a6f

Please sign in to comment.