From d86b79c91de4a08670e729d3e85efa52db8611b5 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Fri, 7 Feb 2025 10:55:37 +0100 Subject: [PATCH] fix gui: style of hot signer button in installer --- liana-gui/src/installer/view/editor/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liana-gui/src/installer/view/editor/mod.rs b/liana-gui/src/installer/view/editor/mod.rs index e0606514..4632734a 100644 --- a/liana-gui/src/installer/view/editor/mod.rs +++ b/liana-gui/src/installer/view/editor/mod.rs @@ -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()