crates/workspace2/src/toolbar.rs 🔗
@@ -83,7 +83,8 @@ impl Render for Toolbar {
//dbg!(&self.items.len());
v_stack()
.border_b()
- .border_color(cx.theme().colors().border)
+ .border_color(cx.theme().colors().border_variant)
+ .bg(cx.theme().colors().toolbar_background)
.child(
h_stack()
.justify_between()