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 8ee5c52 commit 0e8f5aaCopy full SHA for 0e8f5aa
lib/authentication/view/authentication_page.dart
@@ -99,7 +99,7 @@ class AuthenticationPage extends StatelessWidget {
99
Padding(
100
padding: const EdgeInsets.only(bottom: AppSpacing.xl),
101
child: Icon(
102
- Icons.security,
+ isLinkingContext ? Icons.sync : Icons.newspaper,
103
size: AppSpacing.xxl * 2, // Standardized large icon
104
color: colorScheme.primary,
105
),
0 commit comments