Skip to content

Commit

Permalink
Merge the epic
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jun 28, 2023
2 parents cdcd12c + b553fa8 commit fcbb0f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/common/TxModalDialog/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type ReactElement } from 'react'
import { Fragment, type ReactElement } from 'react'
import { IconButton, Dialog, DialogTitle, type DialogProps } from '@mui/material'
import classnames from 'classnames'
import CloseIcon from '@mui/icons-material/Close'
Expand All @@ -25,7 +25,8 @@ const TxModalDialog = ({
scroll={fullScreen ? 'paper' : 'body'}
className={classnames(css.dialog, { [css.fullWidth]: fullWidth })}
onClick={(e) => e.stopPropagation()}
slots={{ backdrop: 'div' }}
TransitionComponent={Fragment}
slots={{ backdrop: Fragment }}
PaperProps={{
className: css.paper,
}}
Expand Down

0 comments on commit fcbb0f4

Please sign in to comment.