diff --git a/src/components/robot/RobotSettings.tsx b/src/components/robot/RobotSettings.tsx index fdb3526f..fdbf90e2 100644 --- a/src/components/robot/RobotSettings.tsx +++ b/src/components/robot/RobotSettings.tsx @@ -161,13 +161,13 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe }; export const modalStyle = { - top: "40%", - left: "50%", - transform: "translate(-50%, -50%)", - width: "30%", - backgroundColor: "background.paper", - p: 4, - height: "fit-content", - display: "block", - padding: "20px", - }; +top: "40%", +left: "50%", +transform: "translate(-50%, -50%)", +width: "30%", +backgroundColor: "background.paper", +p: 4, +height: "fit-content", +display: "block", +padding: "20px", +};