From ddbcab2b5be03e8a1652e35aefcb5556f367f5f7 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Mon, 26 May 2025 09:55:47 -0300 Subject: [PATCH] picker: Improve input padding (#31422) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a tiny PR to make the picker input padding match the list item results horizontal spacing. They were previously misaligned and it was getting to me. 😬 | Before | After | |--------|--------| | ![CleanShot 2025-05-26 at 8  03 59@2x](https://github.com/user-attachments/assets/e3d8c10a-7ded-4e40-bc69-dc9d35038785) | ![CleanShot 2025-05-26 at 8  04 09@2x](https://github.com/user-attachments/assets/a8273174-edcb-45a8-809b-622ea18af37a) | Release Notes: - N/A --- crates/picker/src/picker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/picker/src/picker.rs b/crates/picker/src/picker.rs index 7f2d0185fd..9641aa5844 100644 --- a/crates/picker/src/picker.rs +++ b/crates/picker/src/picker.rs @@ -189,7 +189,7 @@ pub trait PickerDelegate: Sized + 'static { .overflow_hidden() .flex_none() .h_9() - .px_3() + .px_2p5() .child(editor.clone()), ) .when(