From 4c8bd07d40b5cc05b824447866cdad73958bd53d Mon Sep 17 00:00:00 2001 From: Vishnu B Date: Sun, 13 Jul 2025 01:41:03 +0530 Subject: [PATCH] feat: make top 50% --- src/components/robot/RobotSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/RobotSettings.tsx b/src/components/robot/RobotSettings.tsx index 6ae59f89..c91b4f11 100644 --- a/src/components/robot/RobotSettings.tsx +++ b/src/components/robot/RobotSettings.tsx @@ -161,7 +161,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe }; export const modalStyle = { -top: "40%", +top: "50%", left: "50%", transform: "translate(-50%, -50%)", width: "30%",