diff --git a/src/components/DialogBox/base.tsx b/src/components/DialogBox/base.tsx index e0c2fa914..d8b3cd9ff 100644 --- a/src/components/DialogBox/base.tsx +++ b/src/components/DialogBox/base.tsx @@ -16,7 +16,7 @@ const DialogBoxBase = styled(Dialog)(({ theme }) => ({ '& .MuiDialogActions-root button': { fontSize: '18px', lineHeight: '21.78px', - paddingTop: theme.spacing(2), + padding: theme.spacing(2), }, '& .MuiDialogActions-root button:not(:first-child)': { marginLeft: theme.spacing(2), diff --git a/src/components/UploadProgress/dialog.tsx b/src/components/UploadProgress/dialog.tsx index dc03075bb..459937445 100644 --- a/src/components/UploadProgress/dialog.tsx +++ b/src/components/UploadProgress/dialog.tsx @@ -34,7 +34,7 @@ export function UploadProgressDialog({ /> {(props.uploadStage === UPLOAD_STAGES.UPLOADING || props.uploadStage === UPLOAD_STAGES.FINISH) && ( - + {props.uploadStage === UPLOAD_STAGES.UPLOADING && ( ( UPLOAD_STAGES.START );