diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index b49aef0e..e5b502b2 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: 'white', color: 'white', padding: '10px', height: 720, width: width - 10, display: 'flex' } + sx: { background: 'white', color: 'black', padding: '10px', height: 720, width: width - 10, display: 'flex' } }} >