Skip to content

Commit

Permalink
Merge pull request #3831 from ProjectMirador/mui5-export
Browse files Browse the repository at this point in the history
Restyle the WorkspaceExport form
  • Loading branch information
jcoyne authored Dec 12, 2023
2 parents b924302 + 3ff4055 commit dd478de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/WorkspaceExport.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,13 @@ export class WorkspaceExport extends Component {
</DialogTitle>

<DialogContent>
<Accordion elevation={0}>
<Accordion elevation={2}>
<AccordionSummary
sx={{ padding: 0 }}
expandIcon={<ExpandMoreIcon />}
>
<Typography variant="h4">{t('viewWorkspaceConfiguration')}</Typography>
</AccordionSummary>
<AccordionDetails>
<AccordionDetails sx={{ overflow: 'scroll' }}>
{children}
<pre>
{this.exportedState()}
Expand Down

0 comments on commit dd478de

Please sign in to comment.