From e49b896c4805ddfd5f70824bbdfa850dd4953a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Sara=C3=A7?= Date: Tue, 15 Feb 2022 17:04:39 +0300 Subject: [PATCH] remove styling from json editor --- src/containers/JsonEditor/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/containers/JsonEditor/index.tsx b/src/containers/JsonEditor/index.tsx index eff52b3..28a301c 100644 --- a/src/containers/JsonEditor/index.tsx +++ b/src/containers/JsonEditor/index.tsx @@ -88,11 +88,6 @@ export const JsonEditor: React.FC<{ locale={locale} height="100%" width="auto" - style={{ - outerBox: { - background: "blue", - }, - }} /> ); };