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">
<Button
onClick={deleteRobotSchedule}
variant="outlined"
color="secondary"
variant="contained"
color="primary"
>
Delete Schedule
</Button>