feat: update design of ImageExportDialog (#6614)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Are
2023-05-26 16:16:55 +02:00
committed by GitHub
parent 6459ccda6a
commit 08563e7d7b
21 changed files with 881 additions and 171 deletions

View File

@@ -31,7 +31,7 @@ const ConfirmDialog = (props: Props) => {
return (
<Dialog
onCloseRequest={onCancel}
small={true}
size="small"
{...rest}
className={`confirm-dialog ${className}`}
>