fix: modal style format
This commit is contained in:
@@ -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",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user