command palette: Make footer buttons justified to the right (#41382)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-10-28 16:15:44 -03:00
committed by GitHub
parent e604ef3af9
commit 8564602c3b

View File

@@ -531,7 +531,7 @@ impl PickerDelegate for CommandPaletteDelegate {
.w_full()
.p_1p5()
.gap_1()
.justify_between()
.justify_end()
.border_t_1()
.border_color(cx.theme().colors().border_variant)
.child(keybinding_buttons)