瀏覽代碼

remove styling from json editor

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

+ 0 - 5
src/containers/JsonEditor/index.tsx

@@ -88,11 +88,6 @@ export const JsonEditor: React.FC<{
       locale={locale}
       height="100%"
       width="auto"
-      style={{
-        outerBox: {
-          background: "blue",
-        },
-      }}
     />
   );
 };