Update toolbar.rs

This commit is contained in:
Nate Butler 2023-11-21 11:06:27 -05:00
parent 6d6aa3b253
commit bec61123fd

View file

@ -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()