From 3db4cbfbc4a9f749b81a51a27c391a6b27e04fa2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 23:22:44 +0530 Subject: [PATCH] refactor: sx format --- src/components/molecules/InterpretationLog.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 5ca592fb..74f53e7d 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -133,7 +133,14 @@ export const InterpretationLog = () => { onClose={toggleDrawer(false)} onOpen={toggleDrawer(true)} PaperProps={{ - sx: { background: 'white', color: 'black', padding: '10px', height: 720, width: width - 10, display: 'flex' } + sx: { + background: 'white', + color: 'black', + padding: '10px', + height: 720, + width: width - 10, + display: 'flex' + } }} >