fix: modal style format

This commit is contained in:
Sushant
2025-01-13 11:51:21 +05:30
committed by GitHub
parent 1839ef1002
commit 9278098943

View File

@@ -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",
};