Skip to content

Commit

Permalink
Apply font-family with the correct selector
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Dec 7, 2023
1 parent 4628f25 commit 2de12b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkspaceImport.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class WorkspaceImport extends Component {
minRows={15}
variant="filled"
sx={{
'.MuiInput-input': { fontFamily: 'monospace' },
'& .MuiInputBase-input': { fontFamily: 'monospace' },
width: '100%',
}}
inputProps={{ autoFocus: 'autofocus' }}
Expand Down

0 comments on commit 2de12b0

Please sign in to comment.