diff --git a/src/Image.php b/src/Image.php index d72c35d..0120338 100644 --- a/src/Image.php +++ b/src/Image.php @@ -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)