feat: sync dark mode bg output preview
This commit is contained in:
@@ -193,7 +193,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
onOpen={toggleDrawer(true)}
|
onOpen={toggleDrawer(true)}
|
||||||
PaperProps={{
|
PaperProps={{
|
||||||
sx: {
|
sx: {
|
||||||
background: `${darkMode ? '#1e2124' : 'white'}`,
|
background: `${darkMode ? '#1d1c1cff' : 'white'}`,
|
||||||
color: `${darkMode ? 'white' : 'black'}`,
|
color: `${darkMode ? 'white' : 'black'}`,
|
||||||
padding: '10px',
|
padding: '10px',
|
||||||
height: outputPreviewHeight,
|
height: outputPreviewHeight,
|
||||||
|
|||||||
Reference in New Issue
Block a user