refactor: sx format
This commit is contained in:
@@ -133,7 +133,14 @@ export const InterpretationLog = () => {
|
|||||||
onClose={toggleDrawer(false)}
|
onClose={toggleDrawer(false)}
|
||||||
onOpen={toggleDrawer(true)}
|
onOpen={toggleDrawer(true)}
|
||||||
PaperProps={{
|
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'
|
||||||
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="h6" gutterBottom>
|
<Typography variant="h6" gutterBottom>
|
||||||
|
|||||||
Reference in New Issue
Block a user