picker: Improve input padding (#31422)

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
This commit is contained in:
Danilo Leal 2025-05-26 09:55:47 -03:00 committed by GitHub
parent 7497deff7a
commit ddbcab2b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,7 +189,7 @@ pub trait PickerDelegate: Sized + 'static {
.overflow_hidden()
.flex_none()
.h_9()
.px_3()
.px_2p5()
.child(editor.clone()),
)
.when(