feat: change styling for cancel button{
This commit is contained in:
@@ -66,11 +66,8 @@ const BrowserRecordingSave = () => {
|
|||||||
sx={{
|
sx={{
|
||||||
color: '#ff00c3 !important',
|
color: '#ff00c3 !important',
|
||||||
borderColor: '#ff00c3 !important',
|
borderColor: '#ff00c3 !important',
|
||||||
'&:hover': {
|
backgroundColor: 'whitesmoke !important',
|
||||||
borderColor: '#ff00c3 !important',
|
}} >
|
||||||
backgroundColor: 'whitesmoke !important',
|
|
||||||
}
|
|
||||||
}}>
|
|
||||||
{t('right_panel.buttons.cancel')}
|
{t('right_panel.buttons.cancel')}
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
@@ -160,11 +160,8 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
|
|||||||
sx={{
|
sx={{
|
||||||
color: '#ff00c3 !important',
|
color: '#ff00c3 !important',
|
||||||
borderColor: '#ff00c3 !important',
|
borderColor: '#ff00c3 !important',
|
||||||
'&:hover': {
|
backgroundColor: 'whitesmoke !important',
|
||||||
borderColor: '#ff00c3 !important',
|
}} >
|
||||||
backgroundColor: 'whitesmoke !important',
|
|
||||||
}
|
|
||||||
}}>
|
|
||||||
{t('robot_duplication.buttons.cancel')}
|
{t('robot_duplication.buttons.cancel')}
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
@@ -182,12 +182,8 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
|
|||||||
sx={{
|
sx={{
|
||||||
color: '#ff00c3 !important',
|
color: '#ff00c3 !important',
|
||||||
borderColor: '#ff00c3 !important',
|
borderColor: '#ff00c3 !important',
|
||||||
'&:hover': {
|
backgroundColor: 'whitesmoke !important',
|
||||||
borderColor: '#ff00c3 !important',
|
}}>
|
||||||
backgroundColor: 'whitesmoke !important',
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{t('robot_edit.cancel')}
|
{t('robot_edit.cancel')}
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
@@ -281,10 +281,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia
|
|||||||
sx={{
|
sx={{
|
||||||
color: '#ff00c3 !important',
|
color: '#ff00c3 !important',
|
||||||
borderColor: '#ff00c3 !important',
|
borderColor: '#ff00c3 !important',
|
||||||
'&:hover': {
|
backgroundColor: 'whitesmoke !important',
|
||||||
borderColor: '#ff00c3 !important',
|
|
||||||
backgroundColor: 'whitesmoke !important',
|
|
||||||
}
|
|
||||||
}}>
|
}}>
|
||||||
{t('schedule_settings.buttons.cancel')}
|
{t('schedule_settings.buttons.cancel')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user