From fdcf538b2cbd298a945c0b816373efc73d73b723 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 30 Mar 2022 23:09:11 +0300 Subject: [PATCH] reduce editor font size --- src/containers/JsonEditor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/JsonEditor/index.tsx b/src/containers/JsonEditor/index.tsx index 3dfbba6..3d6d959 100644 --- a/src/containers/JsonEditor/index.tsx +++ b/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 }} />