chore: resize currently downloading

This commit is contained in:
Kingkor Roy Tirtho 2024-07-06 22:08:49 +06:00
parent 86ee64c606
commit d359d130de

View File

@ -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),