feat: add styling for cancel button

This commit is contained in:
RohitR311
2025-01-08 18:11:43 +05:30
parent e0c3cf7f55
commit baf0845f67

View File

@@ -179,6 +179,14 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
color="primary"
variant="outlined"
style={{ marginLeft: '10px' }}
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
'&:hover': {
borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important',
}
}}
>
{t('robot_edit.cancel')}
</Button>