Merge pull request #846 from zed-industries/update-themes-04-19

Update theme for command palette, inputs, tabs, autocomplete
This commit is contained in:
Nate Butler 2022-04-20 12:05:00 -04:00 committed by GitHub
commit 09634dffb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 293 additions and 214 deletions

View file

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