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

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

Pull request description:

  Fixes #1409
  ![image](https://github.com/user-attachments/assets/dda46bf0-6ada-4dd7-a88a-973a4b989765)

ACKs for top commit:
  jp1ac4:
    Tested ACK f4596ab4b0.

Tree-SHA512: ac0ace1ca0c6463d05daf4fb9fb770e9a6be639633dbd3bfd019c9c2de193b4141d3fbb32d0c9f71b97694339aa6b5e4a06c2e538f8c0394e60ad71ff9edde8c
This commit is contained in:
edouardparis 2024-11-04 12:17:26 +01:00
commit d87da1eeaf
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

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(