mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-18 00:57:15 +00:00
Chore: change color of the download progress bar
This commit is contained in:
@@ -143,9 +143,9 @@ const DownloadForm = () => {
|
|||||||
...getBarStyle(),
|
...getBarStyle(),
|
||||||
}}
|
}}
|
||||||
></div>
|
></div>
|
||||||
{isProcessing && progress === 0 && (
|
{isDownloading && progress === 0 && (
|
||||||
<div
|
<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()}
|
style={getAnimationStyle()}
|
||||||
></div>
|
></div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user