gui(installer): remove templates introductory text

This commit is contained in:
Michael Mallan 2024-11-01 14:27:03 +00:00
parent 8183370f56
commit 4d05e6127e
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -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()