fix gui: style of hot signer button in installer

This commit is contained in:
edouardparis 2025-02-07 10:55:37 +01:00
parent 4b8febe5e5
commit d86b79c91d

View File

@ -296,7 +296,7 @@ pub fn edit_key_modal<'a>(
})
.width(Length::Fill)
.on_press(Message::UseHotSigner)
.style(theme::button::container_border),
.style(theme::button::secondary),
)
.push(if manually_imported_xpub {
card::simple(Column::new()