From fd12bef2d852cc9ed65e8c6e99399dfa219abf37 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 26 May 2022 13:59:49 +0530 Subject: [PATCH] few final touch ups --- src/components/DialogBox/base.tsx | 2 +- src/components/UploadProgress/dialog.tsx | 2 +- src/components/pages/gallery/Upload.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 );