From c421f427b0bb0813dca794b5d997adc712da9e9f Mon Sep 17 00:00:00 2001 From: Froidefond Julien Date: Fri, 6 Mar 2026 14:42:06 +0100 Subject: [PATCH] fix(ui): Progress bar height too small for label text Changed from size=md (8px) to size=lg (32px) to properly display the percentage label inside the progress bar. --- apps/backoffice/app/components/JobProgress.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backoffice/app/components/JobProgress.tsx b/apps/backoffice/app/components/JobProgress.tsx index 0ff2d4c..48b8066 100644 --- a/apps/backoffice/app/components/JobProgress.tsx +++ b/apps/backoffice/app/components/JobProgress.tsx @@ -97,7 +97,7 @@ export function JobProgress({ jobId, onComplete }: JobProgressProps) { )} - +
{processed} / {total} files