Fix up toggles
This commit is contained in:
parent
ae53c3e623
commit
60b4054b0a
16 changed files with 1670 additions and 1620 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue