Update plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Johan Haals
2021-03-09 09:05:18 +01:00
committed by GitHub
parent 4c43faa51a
commit f6ce3d50f1
@@ -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'