chore(settings): align recover icon and reorder wallet section

This commit is contained in:
Forte11Cuba
2026-04-21 04:52:12 -06:00
parent 6246d09876
commit 4f83d9c3a1
2 changed files with 7 additions and 7 deletions
@@ -69,7 +69,7 @@ class _RecoverTokensModalState extends State<RecoverTokensModal> {
shape: BoxShape.circle,
),
child: Icon(
LucideIcons.refreshCw,
LucideIcons.searchCode,
color: AppColors.primaryAction,
size: 32,
),
+6 -6
View File
@@ -95,12 +95,6 @@ class _SettingsScreenState extends State<SettingsScreen> {
);
},
),
_buildSettingTile(
icon: LucideIcons.key,
title: l10n.backupSeedPhrase,
subtitle: l10n.viewRecoveryWords,
onTap: () => _showBackupSeed(context, settingsProvider),
),
_buildSettingTile(
icon: LucideIcons.landmark,
title: l10n.connectedMints,
@@ -127,6 +121,12 @@ class _SettingsScreenState extends State<SettingsScreen> {
activeThumbColor: AppColors.primaryAction,
),
),
_buildSettingTile(
icon: LucideIcons.key,
title: l10n.backupSeedPhrase,
subtitle: l10n.viewRecoveryWords,
onTap: () => _showBackupSeed(context, settingsProvider),
),
_buildSettingTile(
icon: LucideIcons.searchCode,
title: l10n.recoverTokens,