Skip to content

Commit

Permalink
chore: pass Icon instead of bool
Browse files Browse the repository at this point in the history
  • Loading branch information
aince42 committed Mar 7, 2025
1 parent 2527f2f commit 6f25eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/enmeshed/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ final _router = GoRouter(
context.l10n.restoreFromIdentityRecovery_instructions_password,
context.l10n.restoreFromIdentityRecovery_instructions_confirmation,
],
informationContainerIsWarning: true,
informationCardIcon: Icon(Icons.warning_amber_rounded, color: context.customColors.warning, size: 40),
);
},
),
Expand Down

0 comments on commit 6f25eb6

Please sign in to comment.