Skip to content

Commit

Permalink
feat: no background for ButtonBar
Browse files Browse the repository at this point in the history
  • Loading branch information
64knl committed Jan 25, 2023
1 parent e9e49f8 commit 3d9aad8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/NotFound/Layout/Elements/LayoutBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ public function removePadding(): self
return $this;
}

public function noBackground(): self
{
$this->properties->noBackground = true;

return $this;
}

public function addBarButton(LayoutBarButton $btn)
{
$this->items->add($btn->build());
Expand Down

0 comments on commit 3d9aad8

Please sign in to comment.