Skip to content

Commit

Permalink
Set default accentColor
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Jan 3, 2024
1 parent 6e8f106 commit 655a2f9
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 @@ -9,7 +9,7 @@ class Image
{
use RendersImages;

protected string $accentColor;
protected string $accentColor = '#000000';
protected ?Background $background = null;
protected string $backgroundColor = '#ffffff';
protected float $backgroundOpacity = 1.0;
Expand Down

0 comments on commit 655a2f9

Please sign in to comment.