Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude authored and github-actions[bot] committed Nov 4, 2024
1 parent 8565884 commit 337743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwoFactorAuthenticatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function replaceRecoveryCode(string $code): void
public function twoFactorQrCodeSvg(): string
{
$svg = (new Writer(
new ImageRenderer(
new ImageRenderer(
new RendererStyle(192, 0, null, null, Fill::uniformColor(new Rgb(255, 255, 255), new Rgb(45, 55, 72))),
new SvgImageBackEnd
)
Expand Down

0 comments on commit 337743d

Please sign in to comment.