change button for secondary button for consistency
This commit is contained in:
parent
08854c4940
commit
8546e55ffa
@ -1127,7 +1127,7 @@ pub fn update_spend_view<'a>(
|
||||
Row::new()
|
||||
.push(text("PSBT:").bold().width(Length::Fill))
|
||||
.push(
|
||||
button::border(Some(icon::clipboard_icon()), "Copy")
|
||||
button::secondary(Some(icon::clipboard_icon()), "Copy")
|
||||
.on_press(Message::Clipboard(psbt)),
|
||||
)
|
||||
.align_items(Alignment::Center),
|
||||
|
||||
@ -450,7 +450,7 @@ pub fn view(step: &Step) -> Element<ViewMessage> {
|
||||
Row::new()
|
||||
.spacing(10)
|
||||
.push(
|
||||
button::border(None, "Use another Bitcoin network")
|
||||
button::secondary(None, "Use another Bitcoin network")
|
||||
.on_press(ViewMessage::SwitchNetwork),
|
||||
)
|
||||
.push(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user