feat: set margin right

This commit is contained in:
karishmas6
2024-09-12 23:20:33 +05:30
parent 76e786abc9
commit 89fdfaab10

View File

@@ -84,7 +84,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
</Box>
<Box sx={{ display: 'flex', alignItems: 'center', width: '100%' }}>
<Typography sx={{ marginBottom: '5px' }}>Start from</Typography>
<Typography sx={{ marginBottom: '5px', marginRight: '25px' }}>Start from</Typography>
<Dropdown
label=""
id="startFrom"