From 8b81756fda4e0302c1c3745b98224dabcaa242e9 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 4 Aug 2025 23:43:36 +0530 Subject: [PATCH] fix dark theme back button ui --- src/components/robot/pages/RobotConfigPage.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/components/robot/pages/RobotConfigPage.tsx b/src/components/robot/pages/RobotConfigPage.tsx index fa9a2d0a..5923842a 100644 --- a/src/components/robot/pages/RobotConfigPage.tsx +++ b/src/components/robot/pages/RobotConfigPage.tsx @@ -124,15 +124,10 @@ export const RobotConfigPage: React.FC = ({ onClick={onBackToSelection} disabled={isLoading} sx={{ - color: '#ff00c3', - borderColor: '#ff00c3', - bgcolor: 'whitesmoke', - '&:hover': { - bgcolor: '#f0f0f0', - borderColor: '#cc0099' - } - }} - > + color: '#ff00c3 !important', + borderColor: '#ff00c3 !important', + backgroundColor: 'white !important', + }} > {backToSelectionText} )}