Skip to content

Commit df9eb8f

Browse files
Merge pull request #122 from fliix-cloud/main
Improve QR code readability in dark mode by adding white background and padding
2 parents 69d0c7f + 449d68e commit df9eb8f

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)