Explorar o código

remove styling from json editor

Aykut Saraç %!s(int64=3) %!d(string=hai) anos
pai
achega
e49b896c48
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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",
-        },
-      }}
     />
   );
 };