Change the default font size in code editor to be 12 (#1021)

This commit is contained in:
Shuchang Zheng
2024-10-21 11:56:53 -07:00
committed by GitHub
parent 935ecd046f
commit 437f70427f
11 changed files with 6 additions and 13 deletions

View File

@@ -293,7 +293,6 @@ function CreateNewTaskForm({ initialValues }: Props) {
<CodeEditor
{...field}
language="json"
fontSize={12}
minHeight="96px"
maxHeight="500px"
value={
@@ -388,7 +387,6 @@ function CreateNewTaskForm({ initialValues }: Props) {
<CodeEditor
{...field}
language="json"
fontSize={12}
minHeight="96px"
maxHeight="500px"
value={field.value === null ? "" : field.value}
@@ -509,7 +507,6 @@ function CreateNewTaskForm({ initialValues }: Props) {
<CodeEditor
{...field}
language="json"
fontSize={12}
minHeight="96px"
maxHeight="500px"
value={field.value === null ? "" : field.value}