diff --git a/src/components/modules/downloads/DownloadsModule.tsx b/src/components/modules/downloads/DownloadsModule.tsx index f9287a030..02729b449 100644 --- a/src/components/modules/downloads/DownloadsModule.tsx +++ b/src/components/modules/downloads/DownloadsModule.tsx @@ -101,7 +101,7 @@ export default function DownloadComponent() { radius="lg" color={torrent.progress === 1 ? 'green' : 'blue'} value={torrent.progress * 100} - size="xl" + size="lg" />