feat: align storage icon with text

This commit is contained in:
karishmas6
2024-10-28 06:30:00 +05:30
parent 6a35784b3b
commit e94e0708f3

View File

@@ -154,9 +154,9 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
},
}}
>
<Typography variant="h6" gutterBottom>
<StorageIcon /> Output Data Preview
</Typography>
<Typography variant="h6" gutterBottom style={{ display: 'flex', alignItems: 'center' }}>
<StorageIcon style={{ marginRight: '8px' }} /> Output Data Preview
</Typography>
<div
style={{
height: '50vh',