feat: add white button
This commit is contained in:
@@ -146,7 +146,7 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
|
|||||||
sx={{
|
sx={{
|
||||||
color: '#ff00c3 !important',
|
color: '#ff00c3 !important',
|
||||||
borderColor: '#ff00c3 !important',
|
borderColor: '#ff00c3 !important',
|
||||||
backgroundColor: 'whitesmoke !important',
|
backgroundColor: 'white !important',
|
||||||
}} >
|
}} >
|
||||||
{cancelButtonText}
|
{cancelButtonText}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user