chore(settings): align recover icon and reorder wallet section
This commit is contained in:
@@ -69,7 +69,7 @@ class _RecoverTokensModalState extends State<RecoverTokensModal> {
|
||||
shape: BoxShape.circle,
|
||||
),
|
||||
child: Icon(
|
||||
LucideIcons.refreshCw,
|
||||
LucideIcons.searchCode,
|
||||
color: AppColors.primaryAction,
|
||||
size: 32,
|
||||
),
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user