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

@@ -65,12 +65,9 @@ const BrowserRecordingSave = () => {
variant="outlined"
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
'&:hover': {
borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important',
}
}}>
}} >
{t('right_panel.buttons.cancel')}
</Button>
</Box>

View File

@@ -159,12 +159,9 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
style={{ marginLeft: '10px' }}
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
'&:hover': {
borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important',
}
}}>
}} >
{t('robot_duplication.buttons.cancel')}
</Button>
</Box>

View File

@@ -181,13 +181,9 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
style={{ marginLeft: '10px' }}
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
'&:hover': {
borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important',
}
}}
>
}}>
{t('robot_edit.cancel')}
</Button>
</Box>

View File

@@ -280,11 +280,8 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
style={{ marginLeft: '10px' }}
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
'&:hover': {
borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important',
}
}}>
{t('schedule_settings.buttons.cancel')}
</Button>