Skip to content

Commit 449d68e

Browse files
authored
Update two-factor.blade.php
Add white background with padding around QR code for better scanability in dark mode
1 parent 18d6cb4 commit 449d68e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/views/livewire/settings/two-factor.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,9 @@ class="flex-1"
311311
</div>
312312
@else
313313
<div class="flex items-center justify-center h-full p-4">
314-
{!! $qrCodeSvg !!}
314+
<div class="bg-white p-3 rounded">
315+
{!! $qrCodeSvg !!}
316+
</div>
315317
</div>
316318
@endempty
317319
</div>

0 commit comments

Comments
 (0)