Skip to content

Commit

Permalink
chore: resize currently downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jul 6, 2024
1 parent 86ee64c commit d359d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/library/user_downloads.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class UserDownloads extends HookConsumerWidget {
context.l10n
.currently_downloading(downloadManager.$downloadCount),
maxLines: 1,
style: Theme.of(context).textTheme.headlineMedium,
style: Theme.of(context).textTheme.titleMedium,
),
),
const SizedBox(width: 10),
Expand Down

0 comments on commit d359d13

Please sign in to comment.