gui: add a spacer below the main column at Add wallet step in liana-connect flow
This commit is contained in:
parent
4bb4269975
commit
53839e9274
@ -274,7 +274,8 @@ pub fn import_wallet_or_descriptor<'a>(
|
||||
.push_maybe(error.map(|e| card::error("Something wrong happened", e.to_string())))
|
||||
.push(card_wallets)
|
||||
.push(card::simple(col_invitation_token).padding(0))
|
||||
.push(card::simple(col_descriptor).padding(0)),
|
||||
.push(card::simple(col_descriptor).padding(0))
|
||||
.push(Space::with_height(10)),
|
||||
true,
|
||||
Some(Message::Previous),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user