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> <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',