fix: button

This commit is contained in:
IlyaDoronin 2023-09-15 16:48:58 +03:00
parent b8c2458498
commit 2c60203deb
2 changed files with 5 additions and 6 deletions

@ -27,7 +27,7 @@ type Answer = {
};
const ANSWER_TYPES: Answer[] = [
{ name: "Односточное", value: "single" },
{ name: "Однострочное", value: "single" },
{ name: "Многострочное", value: "multi" },
{ name: "Только числа", value: "number" },
];

@ -309,13 +309,12 @@ export const CropModal: FC<Iprops> = ({ opened, onClose, picture }) => {
<Button
onClick={onDownloadCropClick}
disableRipple
variant="contained"
sx={{
width: "149px",
height: "48px",
color: "white",
background: "#7E2AEA",
padding: "10px 20px",
borderRadius: "8px",
marginRight: "6px",
background: theme.palette.brightPurple.main,
fontSize: "18px",
}}
>
<CropIcon />