fix: set "Go to replacement" as primary

This commit is contained in:
Thomas Ballivet 2025-05-06 20:33:37 +02:00
parent 881621f03b
commit 15f4dc1ed1

View File

@ -291,7 +291,7 @@ pub fn create_rbf_modal<'a>(
}))
.push_maybe(replacement_txid.map(|id| {
Row::new().push(
button::secondary(None, "Go to replacement")
button::primary(None, "Go to replacement")
.width(Length::Fixed(200.0))
.on_press(Message::Menu(Menu::PsbtPreSelected(id))),
)