From 4d05e6127e68b5b6000a1f2697ae47bc71bd47c4 Mon Sep 17 00:00:00 2001 From: Michael Mallan Date: Fri, 1 Nov 2024 14:27:03 +0000 Subject: [PATCH] gui(installer): remove templates introductory text --- gui/src/installer/view/editor/template/mod.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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()