Skip to content

Commit

Permalink
Increase default border width
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Jan 2, 2024
1 parent 2196540 commit aac097d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function backgroundColor(string $backgroundColor): self
return $this;
}

public function border(int $width = 10, BorderPosition $position = BorderPosition::All): self
public function border(int $width = 20, BorderPosition $position = BorderPosition::All): self
{
$this->border = (new Border())
->width($width)
Expand Down

0 comments on commit aac097d

Please sign in to comment.