We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bfcfd commit a79cd75Copy full SHA for a79cd75
1 file changed
lib/src/view/more/more_tab_screen.dart
@@ -174,7 +174,7 @@ class _Body extends ConsumerWidget {
174
hasLeading: true,
175
children: [
176
ListTile(
177
- leading: const PatronIcon(color: 10),
+ leading: PatronIcon(color: 10, size: IconTheme.of(context).size),
178
title: Text(context.l10n.patronDonate),
179
subtitle: Text(context.l10n.patronBecomePatron),
180
trailing: Theme.of(context).platform == TargetPlatform.iOS
0 commit comments