mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
ui layout fix
This commit is contained in:
parent
6e5735b672
commit
5c7cc9932d
1 changed files with 3 additions and 0 deletions
|
@ -724,6 +724,9 @@ class _Step2ViewState extends ConsumerState<Step2View> {
|
|||
style: STextStyles.label(context),
|
||||
),
|
||||
),
|
||||
const SizedBox(
|
||||
height: 16,
|
||||
),
|
||||
const Spacer(),
|
||||
Row(
|
||||
children: [
|
||||
|
|
Loading…
Reference in a new issue