feat: define modalSty;e

This commit is contained in:
Sushant
2025-01-13 11:50:39 +05:30
committed by GitHub
parent 4205514fc2
commit 41d90db252

View File

@@ -159,3 +159,15 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
</GenericModal>
);
};
export const modalStyle = {
top: "40%",
left: "50%",
transform: "translate(-50%, -50%)",
width: "50%",
backgroundColor: "background.paper",
p: 4,
height: "fit-content",
display: "block",
padding: "20px",
};