From 1839ef1002b06a96fd561bf3150e0196a49bf662 Mon Sep 17 00:00:00 2001 From: Sushant <84878205+ninja-programmer@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:50:59 +0530 Subject: [PATCH] feat: set width to 30% --- 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 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",