feat: align storage icon with text
This commit is contained in:
@@ -154,9 +154,9 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="h6" gutterBottom>
|
<Typography variant="h6" gutterBottom style={{ display: 'flex', alignItems: 'center' }}>
|
||||||
<StorageIcon /> Output Data Preview
|
<StorageIcon style={{ marginRight: '8px' }} /> Output Data Preview
|
||||||
</Typography>
|
</Typography>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
height: '50vh',
|
height: '50vh',
|
||||||
|
|||||||
Reference in New Issue
Block a user