feat: margin bottom

This commit is contained in:
karishmas6
2024-09-12 23:27:26 +05:30
parent 57370e6104
commit 9d07df8a25

View File

@@ -58,7 +58,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
padding: '20px', padding: '20px',
'& > *': { marginBottom: '20px' }, '& > *': { marginBottom: '20px' },
}}> }}>
<Typography variant="h6">Schedule Settings</Typography> <Typography variant="h6" sx={{ marginBottom: '20px' }}>Schedule Settings</Typography>
<Box sx={{ display: 'flex', alignItems: 'center', width: '100%' }}> <Box sx={{ display: 'flex', alignItems: 'center', width: '100%' }}>
<Typography sx={{ marginRight: '10px' }}>Run once every</Typography> <Typography sx={{ marginRight: '10px' }}>Run once every</Typography>