Skip to content

Commit

Permalink
Restyle the WorkspaceExport form
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 30, 2023
1 parent c938312 commit 3ff4055
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 3ff4055

Please sign in to comment.