diff --git a/gui/src/installer/view/editor/template/mod.rs b/gui/src/installer/view/editor/template/mod.rs index a76dde9b..c19947a0 100644 --- a/gui/src/installer/view/editor/template/mod.rs +++ b/gui/src/installer/view/editor/template/mod.rs @@ -2,11 +2,11 @@ pub mod custom; pub mod inheritance; pub mod multisig_security_wallet; -use iced::{alignment, Alignment, Length}; +use iced::{Alignment, Length}; use liana_ui::{ color, - component::text::{h3, p1_regular, p2_regular}, + component::text::{h3, p2_regular}, theme, widget::*, }; @@ -22,11 +22,6 @@ pub fn choose_descriptor_template(progress: (usize, usize)) -> Element<'static, Column::new() .max_width(800.0) .align_items(Alignment::Start) - .push(Container::new( - p1_regular("What do you want your wallet for? This depends on the amount of funds you have, the more funds, the higher the security should be. Not sure about the wallet type? We can help you.") - .style(color::GREY_2) - .horizontal_alignment(alignment::Horizontal::Left) - ).align_x(alignment::Horizontal::Left).width(Length::Fill)) .push( Button::new( Column::new()