fix: cancel button dark theme UI
This commit is contained in:
@@ -144,18 +144,10 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
|
|||||||
onClick={handleBack}
|
onClick={handleBack}
|
||||||
disabled={isLoading}
|
disabled={isLoading}
|
||||||
sx={{
|
sx={{
|
||||||
color: '#ff00c3',
|
color: '#ff00c3 !important',
|
||||||
borderColor: '#ff00c3',
|
borderColor: '#ff00c3 !important',
|
||||||
bgcolor: 'white',
|
backgroundColor: 'whitesmoke !important',
|
||||||
'&:hover': {
|
}} >
|
||||||
borderColor: '#cc0099',
|
|
||||||
bgcolor: '#fff5fc',
|
|
||||||
},
|
|
||||||
textTransform: 'none',
|
|
||||||
fontWeight: 500,
|
|
||||||
px: 3
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{cancelButtonText}
|
{cancelButtonText}
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user