💄 Style DownloadModule

This commit is contained in:
ajnart
2022-05-26 19:14:36 +02:00
parent 72fddda411
commit b0c92c9951

View File

@@ -101,7 +101,7 @@ export default function DownloadComponent() {
radius="lg" radius="lg"
color={torrent.progress === 1 ? 'green' : 'blue'} color={torrent.progress === 1 ? 'green' : 'blue'}
value={torrent.progress * 100} value={torrent.progress * 100}
size="xl" size="lg"
/> />
</td> </td>
</tr> </tr>