mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
Chore: change color of the download progress bar
This commit is contained in:
@@ -143,9 +143,9 @@ const DownloadForm = () => {
|
||||
...getBarStyle(),
|
||||
}}
|
||||
></div>
|
||||
{isProcessing && progress === 0 && (
|
||||
{isDownloading && progress === 0 && (
|
||||
<div
|
||||
className={`absolute top-0 left-0 w-full h-full bg-blue-500 rounded-full`}
|
||||
className={`absolute top-0 left-0 w-full h-full bg-blue-400 rounded-full`}
|
||||
style={getAnimationStyle()}
|
||||
></div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user