Increase toolbar padding

This commit is contained in:
Marshall Bowers 2023-12-20 17:03:44 -05:00
parent 53b608378c
commit b9bc74abe5

View file

@ -106,7 +106,7 @@ impl Render for Toolbar {
let has_right_items = self.right_items().count() > 0;
v_stack()
.p_1()
.p_2()
.when(has_left_items || has_right_items, |this| this.gap_2())
.border_b()
.border_color(cx.theme().colors().border_variant)