feat: set bg white

This commit is contained in:
karishmas6
2024-08-29 23:21:22 +05:30
parent da51f6a4d7
commit 2eb30dbd51

View File

@@ -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' }
}}
>
<Typography variant="h6" gutterBottom>