Skip to content

Commit

Permalink
Improved code contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 7, 2020
1 parent 8dee7b4 commit b6296fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<div class="bg-light px-4 py-2">
@foreach (json_decode(decrypt(auth()->user()->two_factor_recovery_codes), true) as $code)
<p class="m-0 text-muted">{{ $code }}</p>
<p class="m-0 text-black">{{ $code }}</p>
@endforeach
</div>
@endif
Expand Down

0 comments on commit b6296fc

Please sign in to comment.