From aac097d00f38e669dbed8ad7dfafdbc0d11eeae9 Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Tue, 2 Jan 2024 23:26:09 +0000 Subject: [PATCH] Increase default border width --- src/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)