Merge branch 'main' into zed2-breadcrumbs

This commit is contained in:
Julia 2023-12-01 12:24:23 -05:00
commit 6f9e08ceea
10 changed files with 746 additions and 326 deletions

View file

@ -3638,6 +3638,8 @@ impl Render for Workspace {
.items_start()
.text_color(cx.theme().colors().text)
.bg(cx.theme().colors().background)
.border()
.border_color(cx.theme().colors().border)
.children(self.titlebar_item.clone())
.child(
div()