From 98ade62a68b3965dffb1f74b6a273482e1d6187e Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 10 Aug 2024 20:46:33 +0530 Subject: [PATCH] Chore: change color of the download progress bar --- frontend/src/components/DownloadForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/DownloadForm.js b/frontend/src/components/DownloadForm.js index 3991af0..82539e8 100644 --- a/frontend/src/components/DownloadForm.js +++ b/frontend/src/components/DownloadForm.js @@ -143,9 +143,9 @@ const DownloadForm = () => { ...getBarStyle(), }} > - {isProcessing && progress === 0 && ( + {isDownloading && progress === 0 && (
)}