Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kianamcc committed Dec 16, 2024
1 parent 39441ab commit ceaf3f7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/synapse-react-client/src/components/DialogBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,22 +104,22 @@ export const DialogBase = ({
sx={sx}
{...DialogProps}
PaperProps={{
sx: theme => ({
[theme.breakpoints.down('sm')]: {
margin: 0,
width: '100%',
height: '100%',
maxHeight: 'unset',
padding: '16px',
},
}),
// sx: {
// margin: { xs: 0, md: 'initial' },
// width: { xs: '100%', md: 'initial' },
// height: { xs: '100%', md: 'initial' },
// maxHeight: { xs: 'unset', md: 'initial' },
// padding: { xs: '16px', md: '44px' },
// },
// sx: theme => ({
// [theme.breakpoints.down('sm')]: {
// margin: 0,
// width: '100%',
// height: '100%',
// maxHeight: 'unset',
// padding: '16px',
// },
// }),
sx: {
margin: { xs: 0, md: 'initial' },
width: { xs: '100%', md: 'initial' },
height: { xs: '100%', md: 'initial' },
maxHeight: { xs: 'unset', md: 'initial' },
padding: { xs: '16px', md: '44px' },
},
}}
>
<DialogBaseTitle
Expand Down

0 comments on commit ceaf3f7

Please sign in to comment.