瀏覽代碼

reduce editor font size

= 3 年之前
父節點
當前提交
fdcf538b2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/containers/JsonEditor/index.tsx

+ 1 - 1
src/containers/JsonEditor/index.tsx

@@ -108,7 +108,7 @@ const JsonEditor: React.FC<{
         theme="tomorrow_night"
         width={editorWidth}
         height="100%"
-        fontSize={14}
+        fontSize={12}
         wrapEnabled
         setOptions={{ useWorker: false }}
       />