fix: set outlined variant
This commit is contained in:
@@ -142,7 +142,7 @@ 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="contained"
|
variant="outlined"
|
||||||
color="error"
|
color="error"
|
||||||
>
|
>
|
||||||
Delete Schedule
|
Delete Schedule
|
||||||
|
|||||||
Reference in New Issue
Block a user