Browse Source

remove styling from json editor

Aykut Saraç 3 năm trước cách đây
mục cha
commit
e49b896c48
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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",
-        },
-      }}
     />
   );
 };