Skip to content

Commit f8eb60c

Browse files
committed
fix background
1 parent df9388a commit f8eb60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stubs/livewire/resources/views/profile/two-factor-authentication-form.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</p>
6969
</div>
7070

71-
<div class="grid gap-1 max-w-xl mt-4 px-4 py-4 font-mono text-sm bg-gray-100 rounded-lg">
71+
<div class="grid gap-1 max-w-xl mt-4 px-4 py-4 font-mono text-sm bg-gray-100 dark:bg-gray-900 dark:text-gray-100 rounded-lg">
7272
@foreach (json_decode(decrypt($this->user->two_factor_recovery_codes), true) as $code)
7373
<div>{{ $code }}</div>
7474
@endforeach

0 commit comments

Comments
 (0)