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 = { export const modalStyle = {
top: "40%", top: "40%",
left: "50%", left: "50%",
transform: "translate(-50%, -50%)", transform: "translate(-50%, -50%)",
width: "30%", width: "30%",
backgroundColor: "background.paper", backgroundColor: "background.paper",
p: 4, p: 4,
height: "fit-content", height: "fit-content",
display: "block", display: "block",
padding: "20px", padding: "20px",
}; };