Merge branch 'main' into editor2-rendering
This commit is contained in:
commit
c59817cd72
90 changed files with 4097 additions and 1476 deletions
|
@ -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))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue