feat: set progress size to 22

This commit is contained in:
karishmas6
2024-11-30 21:52:56 +05:30
parent 4ceb2daf40
commit 7697dcffb7

View File

@@ -140,7 +140,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
sx={{ display: 'grid' }}
>
{info.running ? <Box sx={{ display: 'flex', alignItems: 'center' }}>
<CircularProgress size={24} color="inherit" sx={{ marginRight: '10px' }} /> Extracting data...please wait for 10secs to 1min
<CircularProgress size={22} color="inherit" sx={{ marginRight: '10px' }} /> Extracting data...please wait for 10secs to 1min
</Box> : 'Get Preview of Output Data'}
</Button>
<GenericModal