diff --git a/src/components/robot/RobotSettings.tsx b/src/components/robot/RobotSettings.tsx index ed66cd60..fdb3526f 100644 --- a/src/components/robot/RobotSettings.tsx +++ b/src/components/robot/RobotSettings.tsx @@ -164,7 +164,7 @@ export const modalStyle = { top: "40%", left: "50%", transform: "translate(-50%, -50%)", - width: "50%", + width: "30%", backgroundColor: "background.paper", p: 4, height: "fit-content",