From da51f6a4d7b3acb07fce819e07ecfe9677f29f03 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 23:21:08 +0530 Subject: [PATCH] feat: remove black bg from form --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 8ba9cd2b..d02bf4ee 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -143,7 +143,7 @@ export const InterpretationLog = () => { height: '50vh', overflow: 'none', padding: '10px', - background: '#19171c', + }}> {log}