Skip to content

Commit

Permalink
Merge #1447: backport for v8: #1446: gui(installer): list wallets usi…
Browse files Browse the repository at this point in the history
…ng secondary buttons

b140b96 gui(installer): list wallets using secondary buttons (Michael Mallan)

Pull request description:

  Backport of #1446.

ACKs for top commit:
  edouardparis:
    ACK b140b96

Tree-SHA512: a620cfd1e4195a7c06cf08e432c8427e972d3caa45211a6d5722835d1a06f9e9785e11dcc3e5356741b178943ea0130d143080a8709bbd439eb637ad91dc8487
  • Loading branch information
edouardparis committed Nov 7, 2024
2 parents 07f135e + b140b96 commit 01cd0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/installer/view/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pub fn import_wallet_or_descriptor<'a>(
for (i, wallet) in wallets.into_iter().enumerate() {
col_wallets = col_wallets.push(
Button::new(h5_regular(wallet).width(Length::Fill))
.style(theme::Button::Secondary)
.padding(10)
.on_press(Message::Select(i)),
);
Expand Down

0 comments on commit 01cd0ce

Please sign in to comment.