Add toolbar spacing (#3702)

[[PR Description]]

Release Notes:

- N/A
This commit is contained in:
Nate Butler
2023-12-18 16:18:53 -05:00
committed by GitHub
+1
View File
@@ -112,6 +112,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())),