Increase toolbar padding
This commit is contained in:
parent
53b608378c
commit
b9bc74abe5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue