mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
💄 Style DownloadModule
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user