From 2eb30dbd51213b1cfc6e514677f480411dee363e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 23:21:22 +0530 Subject: [PATCH] feat: set bg white --- 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 d02bf4ee..b49aef0e 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -133,7 +133,7 @@ export const InterpretationLog = () => { onClose={toggleDrawer(false)} onOpen={toggleDrawer(true)} PaperProps={{ - sx: { background: '#19171c', color: 'white', padding: '10px', height: 720, width: width - 10, display: 'flex' } + sx: { background: 'white', color: 'white', padding: '10px', height: 720, width: width - 10, display: 'flex' } }} >