remove styling from json editor

This commit is contained in:
Aykut Saraç 2022-02-15 17:04:39 +03:00
parent 1286dbba13
commit e49b896c48

View File

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