Skip to content

Commit a79cd75

Browse files
authored
Fix Patron Icon size (#2324)
1 parent 70bfcfd commit a79cd75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/view/more/more_tab_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class _Body extends ConsumerWidget {
174174
hasLeading: true,
175175
children: [
176176
ListTile(
177-
leading: const PatronIcon(color: 10),
177+
leading: PatronIcon(color: 10, size: IconTheme.of(context).size),
178178
title: Text(context.l10n.patronDonate),
179179
subtitle: Text(context.l10n.patronBecomePatron),
180180
trailing: Theme.of(context).platform == TargetPlatform.iOS

0 commit comments

Comments
 (0)