Add left side padding

This commit is contained in:
Nate Butler 2023-12-18 13:55:30 -05:00
parent c9893ce2fd
commit 2ae39b70c8

View file

@ -111,6 +111,7 @@ impl Render for Toolbar {
.when(self.left_items().count() > 0, |this| {
this.child(
h_stack()
.p_1()
.flex_1()
.justify_start()
.children(self.left_items().map(|item| item.to_any())),