gui(edit key modal): increase size of the closing icon

This commit is contained in:
pythcoiner 2024-11-01 09:33:49 +01:00
parent cbc46e9e26
commit f4596ab4b0

View File

@ -271,11 +271,13 @@ pub fn edit_key_modal<'a>(
Column::new()
.spacing(25)
.push(Row::new()
.push(h3(title))
.push(Space::with_width(Length::Fill))
.push(button::transparent(Some(icon::cross_icon()), "").on_press(Message::Close)))
.push(button::transparent(Some(icon::cross_icon().size(40)), "").on_press(Message::Close))
.align_items(Alignment::Center)
)
.push(
Column::new()
.push(h3(title))
.push(p1_regular("Select the signing device for your key"))
.spacing(10)
.push(