Skip to content

Commit

Permalink
Merge pull request #3847 from ProjectMirador/mui5-import-button
Browse files Browse the repository at this point in the history
Remove unnecessary styling on cancel button
  • Loading branch information
jcoyne authored Dec 7, 2023
2 parents 08143b3 + 2de12b0 commit 14129ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/WorkspaceImport.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ export class WorkspaceImport extends Component {
minRows={15}
variant="filled"
sx={{
'.MuiInput-input': { fontFamily: 'monospace' },
'& .MuiInputBase-input': { fontFamily: 'monospace' },
width: '100%',
}}
inputProps={{ autoFocus: 'autofocus' }}
helperText={t('importWorkspaceHint')}
/>
</ScrollIndicatedDialogContent>
<DialogActions>
<Button sx={{ color: 'theme.palette.text.primary' }} onClick={handleClose}>
<Button onClick={handleClose}>
{t('cancel')}
</Button>
<Button color="primary" onClick={this.handleImportConfig} variant="contained">
Expand Down

0 comments on commit 14129ab

Please sign in to comment.