Merge pull request #846 from zed-industries/update-themes-04-19
Update theme for command palette, inputs, tabs, autocomplete
This commit is contained in:
commit
09634dffb8
12 changed files with 293 additions and 214 deletions
|
@ -136,7 +136,7 @@ impl<D: PickerDelegate> Picker<D> {
|
|||
query_editor,
|
||||
list_state: Default::default(),
|
||||
delegate,
|
||||
max_size: vec2f(500., 420.),
|
||||
max_size: vec2f(540., 420.),
|
||||
confirmed: false,
|
||||
};
|
||||
cx.defer(|this, cx| this.update_matches(cx));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue