Skip to content

Commit

Permalink
Adapt default blending color value
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 17, 2024
1 parent 4badbf6 commit ef6879b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'options' => [
'autoOrientation' => true,
'decodeAnimation' => true,
'blendingColor' => 'ffffff00',
'blendingColor' => 'ffffff',
]

];

0 comments on commit ef6879b

Please sign in to comment.