feat: change delete button style

This commit is contained in:
karishmas6
2024-10-23 03:53:29 +05:30
parent 54b84f89d9
commit 01fac62284

View File

@@ -140,8 +140,8 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
<Box mt={2} display="flex" justifyContent="space-between"> <Box mt={2} display="flex" justifyContent="space-between">
<Button <Button
onClick={deleteRobotSchedule} onClick={deleteRobotSchedule}
variant="outlined" variant="contained"
color="secondary" color="primary"
> >
Delete Schedule Delete Schedule
</Button> </Button>