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

Danilo Leal created

Release Notes:

- N/A

Change summary

crates/command_palette/src/command_palette.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/command_palette/src/command_palette.rs 🔗

@@ -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)