소스 검색

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",
-        },
-      }}
     />
   );
 };