From 337743d674e753d7c2db9314dc8b58188229f54a Mon Sep 17 00:00:00 2001 From: stephenjude Date: Mon, 4 Nov 2024 12:48:29 +0000 Subject: [PATCH] Fix styling --- src/TwoFactorAuthenticatable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TwoFactorAuthenticatable.php b/src/TwoFactorAuthenticatable.php index 17a26aa..1c620a8 100644 --- a/src/TwoFactorAuthenticatable.php +++ b/src/TwoFactorAuthenticatable.php @@ -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 )