ソースを参照

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 }}
       />