Parcourir la source

remove styling from json editor

Aykut Saraç il y a 3 ans
Parent
commit
e49b896c48
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  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",
-        },
-      }}
     />
   );
 };