fix dark theme back button ui
This commit is contained in:
@@ -124,15 +124,10 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
|
|||||||
onClick={onBackToSelection}
|
onClick={onBackToSelection}
|
||||||
disabled={isLoading}
|
disabled={isLoading}
|
||||||
sx={{
|
sx={{
|
||||||
color: '#ff00c3',
|
color: '#ff00c3 !important',
|
||||||
borderColor: '#ff00c3',
|
borderColor: '#ff00c3 !important',
|
||||||
bgcolor: 'whitesmoke',
|
backgroundColor: 'white !important',
|
||||||
'&:hover': {
|
}} >
|
||||||
bgcolor: '#f0f0f0',
|
|
||||||
borderColor: '#cc0099'
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{backToSelectionText}
|
{backToSelectionText}
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user