Fix up toggles

This commit is contained in:
Piotr Osiewicz 2023-06-16 14:30:16 +02:00 committed by Mikayla Maki
parent ae53c3e623
commit 60b4054b0a
No known key found for this signature in database
16 changed files with 1670 additions and 1620 deletions

View file

@ -186,11 +186,7 @@ impl PickerDelegate for CommandPaletteDelegate {
let command = &self.actions[mat.candidate_id];
let theme = theme::current(cx);
let style = theme.picker.item.in_state(selected).style_for(mouse_state);
let key_style = &theme
.command_palette
.key
.in_state(selected)
.style_for(mouse_state);
let key_style = &theme.command_palette.key.in_state(selected);
let keystroke_spacing = theme.command_palette.keystroke_spacing;
Flex::row()