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:
parent
747c81164e
commit
93fc648268
|
|
@ -275,7 +275,7 @@ class _ImportMnemonicPageState extends ConsumerState<ImportMnemonicPage> {
|
||||||
child: Container(
|
child: Container(
|
||||||
width: 48,
|
width: 48,
|
||||||
height: 48,
|
height: 48,
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.centerLeft,
|
||||||
child: const Icon(
|
child: const Icon(
|
||||||
Icons.arrow_back_ios,
|
Icons.arrow_back_ios,
|
||||||
color: Color(0xFF5D4037),
|
color: Color(0xFF5D4037),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue