fix(mobile-app): align back button to left in import mnemonic page

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-07 20:26:24 -08:00
parent 747c81164e
commit 93fc648268
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class _ImportMnemonicPageState extends ConsumerState<ImportMnemonicPage> {
child: Container(
width: 48,
height: 48,
alignment: Alignment.center,
alignment: Alignment.centerLeft,
child: const Icon(
Icons.arrow_back_ios,
color: Color(0xFF5D4037),