feat: change styling for cancel button{

This commit is contained in:
RohitR311
2025-01-08 22:13:36 +05:30
parent 7705e1ebdf
commit 8666c5e932
4 changed files with 7 additions and 20 deletions

View File

@@ -160,11 +160,8 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
'&:hover': {
borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important',
}
}}>
backgroundColor: 'whitesmoke !important',
}} >
{t('robot_duplication.buttons.cancel')}
</Button>
</Box>