mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: resize currently downloading
This commit is contained in:
parent
86ee64c606
commit
d359d130de
@ -31,7 +31,7 @@ class UserDownloads extends HookConsumerWidget {
|
|||||||
context.l10n
|
context.l10n
|
||||||
.currently_downloading(downloadManager.$downloadCount),
|
.currently_downloading(downloadManager.$downloadCount),
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
style: Theme.of(context).textTheme.headlineMedium,
|
style: Theme.of(context).textTheme.titleMedium,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 10),
|
const SizedBox(width: 10),
|
||||||
|
Loading…
Reference in New Issue
Block a user