diff --git a/openmetadata-ui/src/main/resources/ui/src/components/IngestionStepper/IngestionStepper.css b/openmetadata-ui/src/main/resources/ui/src/components/IngestionStepper/IngestionStepper.css
index 92242430e45..d2c873b3036 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/IngestionStepper/IngestionStepper.css
+++ b/openmetadata-ui/src/main/resources/ui/src/components/IngestionStepper/IngestionStepper.css
@@ -20,8 +20,8 @@
}
.ingestion-rounder {
display: block;
- width: 18px;
- height: 18px;
+ width: 20px;
+ height: 20px;
border: 3px solid #d9ceee;
background: white;
border-radius: 50%;
@@ -38,7 +38,7 @@
.ingestion-rounder.completed::after {
content: '\2713';
display: block;
- margin-top: -5px;
+ margin-top: -4px;
font-weight: 900;
color: #7147e8;
}
diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx
index 0dc97072592..646ebd64b05 100644
--- a/openmetadata-ui/src/main/resources/ui/src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/pages/TasksPage/TaskDetailPage/TaskDetailPage.tsx
@@ -655,7 +655,12 @@ const TaskDetailPage = () => {