From f6ce3d50f1af1d8ef040f6ad69829f92b91b7a35 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 9 Mar 2021 09:05:18 +0100 Subject: [PATCH] Update plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johan Haals Co-authored-by: Fredrik Adelöw --- plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'