Merge branch 'main' into editor2-rendering

This commit is contained in:
Conrad Irwin 2023-11-06 11:06:43 -07:00
commit c59817cd72
90 changed files with 4097 additions and 1476 deletions

View file

@ -45,7 +45,7 @@ impl Render for StatusBar {
.justify_between()
.w_full()
.h_8()
.bg(cx.theme().colors().status_bar)
.bg(cx.theme().colors().status_bar_background)
.child(self.render_left_tools(cx))
.child(self.render_right_tools(cx))
}