feat: add white button

This commit is contained in:
Rohit
2025-08-04 23:25:43 +05:30
parent ee002a7a7c
commit 2a5989ff99

View File

@@ -146,7 +146,7 @@ export const RobotConfigPage: React.FC<RobotConfigPageProps> = ({
sx={{
color: '#ff00c3 !important',
borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important',
backgroundColor: 'white !important',
}} >
{cancelButtonText}
</Button>