diff --git a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx index 09c3e0f131..d91221f1f9 100644 --- a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx +++ b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx @@ -41,7 +41,7 @@ import { JSONSchema7Definition } from 'json-schema'; const useStyles = makeStyles(theme => ({ code: { - fontFamily: 'Menlo, monospaced', + fontFamily: 'Menlo, monospace', padding: theme.spacing(1), backgroundColor: theme.palette.type === 'dark'