Skip to content

Commit 3d9aad8

Browse files
committed
feat: no background for ButtonBar
1 parent e9e49f8 commit 3d9aad8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/NotFound/Layout/Elements/LayoutBar.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ public function removePadding(): self
1616
return $this;
1717
}
1818

19+
public function noBackground(): self
20+
{
21+
$this->properties->noBackground = true;
22+
23+
return $this;
24+
}
25+
1926
public function addBarButton(LayoutBarButton $btn)
2027
{
2128
$this->items->add($btn->build());

0 commit comments

Comments
 (0)