This commit is contained in:
Nate Butler 2023-11-30 00:28:05 -05:00
parent b4a5701e12
commit 92d2048aa4
4 changed files with 65 additions and 4 deletions

View file

@ -3711,6 +3711,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()