feat: set margin right
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user