Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 89833da

Browse files
committed
fix(size): change button size
1 parent d959971 commit 89833da

File tree

1 file changed

+1
-1
lines changed
  • aqueductcore/frontend/src/components/organisms/TaskDetailsModal

1 file changed

+1
-1
lines changed

aqueductcore/frontend/src/components/organisms/TaskDetailsModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ function TaskDetailsModal({ isOpen, handleClose, taskId }: TaskDetailsModalProps
289289
</List>
290290
</Grid>
291291
<Grid item>
292-
{isTaskCancellable ? loadingCancelTask ? <CircularProgress sx={{ mr: 4 }} /> : <CancelTaskButton
292+
{isTaskCancellable ? loadingCancelTask ? <CircularProgress size={32} sx={{ mr: 4 }} /> : <CancelTaskButton
293293
variant="outlined"
294294
size="small"
295295
color="error"

0 commit comments

Comments
 (0)