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,
|
shape: BoxShape.circle,
|
||||||
),
|
),
|
||||||
child: Icon(
|
child: Icon(
|
||||||
LucideIcons.refreshCw,
|
LucideIcons.searchCode,
|
||||||
color: AppColors.primaryAction,
|
color: AppColors.primaryAction,
|
||||||
size: 32,
|
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(
|
_buildSettingTile(
|
||||||
icon: LucideIcons.landmark,
|
icon: LucideIcons.landmark,
|
||||||
title: l10n.connectedMints,
|
title: l10n.connectedMints,
|
||||||
@@ -127,6 +121,12 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
activeThumbColor: AppColors.primaryAction,
|
activeThumbColor: AppColors.primaryAction,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
_buildSettingTile(
|
||||||
|
icon: LucideIcons.key,
|
||||||
|
title: l10n.backupSeedPhrase,
|
||||||
|
subtitle: l10n.viewRecoveryWords,
|
||||||
|
onTap: () => _showBackupSeed(context, settingsProvider),
|
||||||
|
),
|
||||||
_buildSettingTile(
|
_buildSettingTile(
|
||||||
icon: LucideIcons.searchCode,
|
icon: LucideIcons.searchCode,
|
||||||
title: l10n.recoverTokens,
|
title: l10n.recoverTokens,
|
||||||
|
|||||||
Reference in New Issue
Block a user