From 2a5989ff99884f92382e814f541e923363208ce3 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 4 Aug 2025 23:25:43 +0530 Subject: [PATCH] feat: add white button --- src/components/robot/pages/RobotConfigPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotConfigPage.tsx b/src/components/robot/pages/RobotConfigPage.tsx index 665223dc..fa9a2d0a 100644 --- a/src/components/robot/pages/RobotConfigPage.tsx +++ b/src/components/robot/pages/RobotConfigPage.tsx @@ -146,7 +146,7 @@ export const RobotConfigPage: React.FC = ({ sx={{ color: '#ff00c3 !important', borderColor: '#ff00c3 !important', - backgroundColor: 'whitesmoke !important', + backgroundColor: 'white !important', }} > {cancelButtonText}