feat: use error button

This commit is contained in:
karishmas6
2024-10-25 01:38:34 +05:30
parent ed288ad466
commit 5a1ae07f76

View File

@@ -144,7 +144,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
<Button
onClick={deleteRobotSchedule}
variant="contained"
color="primary"
color="error"
>
Delete Schedule
</Button>